Skip to content

Commit d1d66d3

Browse files
committed
Updated composer versioning
1 parent 4ca04e1 commit d1d66d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"homepage": "https://github.com/svnwa/laravel-strapi",
1313
"keywords": ["Laravel", "LaravelStrapi","Strapi","REST","Headless CMS","Laravel Headless CMS", "Laravel CMS"],
1414
"require": {
15-
"illuminate/support": "~9"
15+
"illuminate/support": ">=9"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "~9.0",
19-
"orchestra/testbench": "~7"
18+
"phpunit/phpunit": ">=9.0",
19+
"orchestra/testbench": ">=7"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)