Skip to content

Commit a1505fb

Browse files
Bump dependencies for Laravel 11 (#55)
1 parent 1cc7196 commit a1505fb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
],
1111
"require": {
1212
"php": "7.*|8.*",
13-
"illuminate/validation": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
14-
"illuminate/translation": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
15-
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0"
13+
"illuminate/validation": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
14+
"illuminate/translation": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
15+
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
1616
},
1717
"require-dev": {
1818
"friendsofphp/php-cs-fixer": "~2.5|^3.14",
19-
"phpunit/phpunit": "6.2.*|^8.5.8|^9.3.3",
20-
"orchestra/testbench": "^3.5|^4.0|^5.0|^8.0"
19+
"phpunit/phpunit": "6.2.*|^8.5.8|^9.3.3|^10.5",
20+
"orchestra/testbench": "^3.5|^4.0|^5.0|^8.0|^9.0"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)