Skip to content

Commit 6d6e178

Browse files
authored
bump dependencies (#27)
1 parent 3ce73cd commit 6d6e178

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
}
2121
],
2222
"require": {
23-
"php": "^7.2|^8.0|^8.2",
24-
"laravel/framework": "^7.0|^8.0|^9.0|^10.0|^11.0"
23+
"php": "^7.2|^8.0",
24+
"laravel/framework": ">=7.0"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^8.0|^9.0|^10.5",
28-
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0",
27+
"phpunit/phpunit": "^8.0|^9.0|^10.5|^11.5",
28+
"orchestra/testbench": ">=5.0",
2929
"friendsofphp/php-cs-fixer": "^3.0"
3030
},
3131
"autoload": {

0 commit comments

Comments
 (0)