Skip to content

Commit e4a40eb

Browse files
Bump dependencies for Laravel 12 (#23)
1 parent 5cc23e5 commit e4a40eb

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
@@ -15,11 +15,11 @@
1515
],
1616
"require": {
1717
"php": "^8.1",
18-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
18+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^10.0",
22-
"orchestra/testbench": "^8.0|^9.0",
21+
"phpunit/phpunit": "^10.0|^11.5.3",
22+
"orchestra/testbench": "^8.0|^9.0|^10.0",
2323
"mockery/mockery": "^1.6",
2424
"aws/aws-sdk-php": "^3.2",
2525
"guzzlehttp/guzzle": "^7.5",

0 commit comments

Comments
 (0)