Skip to content

Commit 0e5dd11

Browse files
#32 - Laravel 11 compatibility (#33)
* #32 - Laravel 11 compatibility * - composer tweaks
1 parent dd9690f commit 0e5dd11

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"license": "MIT",
1212
"require": {
1313
"php": "^8.2",
14-
"illuminate/config": "^10.11",
15-
"illuminate/console": "^10.11",
16-
"illuminate/http": "^10.11",
17-
"illuminate/support": "^10.11",
18-
"kirschbaum-development/laravel-openapi-validator": "^0.3.0",
19-
"krzysztofrewak/openapi-merge": "^2.0"
14+
"illuminate/config": "^10.11|^11.0",
15+
"illuminate/console": "^10.11|^11.0",
16+
"illuminate/http": "^10.11|^11.0",
17+
"illuminate/support": "^10.11|^11.0",
18+
"kirschbaum-development/laravel-openapi-validator": "^0.3|^1.0",
19+
"krzysztofrewak/openapi-merge": "^2.1"
2020
},
2121
"require-dev": {
22-
"blumilksoftware/codestyle": "^2.5",
23-
"phpunit/phpunit": "^10.1"
22+
"blumilksoftware/codestyle": "^3.0",
23+
"phpunit/phpunit": "^11.1"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)