Skip to content

Commit d4332cf

Browse files
Removed support for older versions of Laravel
1 parent 288cc06 commit d4332cf

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
@@ -15,13 +15,13 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.2 || ^8.0",
19-
"illuminate/support": ">=6.0 <11.0",
20-
"illuminate/translation": ">=6.0 <11.0"
18+
"php": "^8.1",
19+
"illuminate/support": "^10.0",
20+
"illuminate/translation": "^10.0"
2121
},
2222
"require-dev": {
23-
"orchestra/testbench": ">=4.0 <9.0",
24-
"phpunit/phpunit": "^8.5 || ^9.0"
23+
"orchestra/testbench": "^8.0",
24+
"phpunit/phpunit": "^10.0"
2525
},
2626
"minimum-stability": "stable",
2727
"autoload": {

0 commit comments

Comments
 (0)