Skip to content

Commit 97f79b3

Browse files
authored
Update composer.json
1 parent 3f0cd65 commit 97f79b3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
}
2323
],
2424
"require": {
25-
"php": "^8.1",
26-
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
25+
"php": "^8.2",
26+
"illuminate/contracts": "^9.0|^10.0|^11.0",
2727
"illuminate/support": "^9.0|^10.0|^11.0",
28-
"illuminate/queue": "^8.0|^9.0|^10.0|^11.0",
29-
"illuminate/bus": "^8.0|^9.0|^10.0|^11.0",
28+
"illuminate/queue": "^9.0|^10.0|^11.0",
29+
"illuminate/bus": "^9.0|^10.0|^11.0",
3030
"aws/aws-sdk-php": "^3.250"
3131
},
3232
"require-dev": {
@@ -75,4 +75,4 @@
7575
"url": "https://github.com/sponsors/palpalani"
7676
}
7777
]
78-
}
78+
}

0 commit comments

Comments
 (0)