Skip to content

Commit 855200b

Browse files
authored
chore(deps): drop support for Laravel 11 and PHP 8.3
1 parent e053b24 commit 855200b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"type": "library",
55
"license": "MIT",
66
"require": {
7-
"php": "^8.3",
8-
"illuminate/support": "^11.0 || ^12.0 || ^13.0",
9-
"illuminate/contracts": "^11.0 || ^12.0 || ^13.0"
7+
"php": "^8.4",
8+
"illuminate/support": "^12.0 || ^13.0",
9+
"illuminate/contracts": "^12.0 || ^13.0"
1010
},
1111
"require-dev": {
1212
"mockery/mockery": "^1.6",
13-
"orchestra/testbench": "^9.12 || ^10.1 || ^11.0",
14-
"pestphp/pest": "^3.1 || ^4.4",
15-
"worksome/coding-style": "^3.2"
13+
"orchestra/testbench": "^10.1 || ^11.0",
14+
"pestphp/pest": "^4.4",
15+
"worksome/coding-style": "^3.4"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)