1
0
Fork 0
mirror of https://github.com/archtechx/helpers.git synced 2025-12-12 20:14:02 +00:00

drop L9, add L11 support

This commit is contained in:
Samuel Štancl 2024-03-29 02:06:38 +01:00
parent 8fd1e7d00e
commit 4b247f1c92
2 changed files with 10 additions and 7 deletions

View file

@ -18,14 +18,13 @@
}
},
"require": {
"php": "^8.1",
"illuminate/support": "^9.0|^10.0",
"archtechx/enums": "^0.3.2"
"php": "^8.2",
"illuminate/support": "^10.0|^11.0",
},
"require-dev": {
"orchestra/testbench": "^7.0|^8.0",
"pestphp/pest": "^1.2|^2.0",
"pestphp/pest-plugin-laravel": "^1.0|^2.0"
"orchestra/testbench": "^8.0|^9.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0"
},
"minimum-stability": "dev",
"prefer-stable": true,