Skip to content

Commit 81742cf

Browse files
Merge pull request #48 from hasnainali9/patch-1
Update Composer.json
2 parents 7ad5698 + f65eeb1 commit 81742cf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"Laravel", "LaravelSurveyJs", "surveyjs", "survey manager", "laravel survey", "survey editor", "surveyjs builder", "aidynmakhataev"
1515
],
1616
"require": {
17-
"illuminate/support": "~5",
18-
"cviebrock/eloquent-sluggable": "^4.0"
19-
},
20-
"require-dev": {
21-
"phpunit/phpunit": "~6.0",
22-
"orchestra/testbench": "~3.0"
23-
},
17+
"illuminate/support": "^8",
18+
"cviebrock/eloquent-sluggable": "^8.0"
19+
},
20+
"require-dev": {
21+
"phpunit/phpunit": "^9.3.3",
22+
"orchestra/testbench": "^3.0"
23+
},
2424
"autoload": {
2525
"psr-4": {
2626
"AidynMakhataev\\LaravelSurveyJs\\": "src/"
@@ -41,4 +41,4 @@
4141
}
4242
}
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)