We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5a565 commit ef11129Copy full SHA for ef11129
composer.json
@@ -13,16 +13,16 @@
13
"php": "^8.1",
14
"ext-json": "*",
15
"ext-pdo": "*",
16
- "laravel/framework": "^10.0|^11.0",
+ "laravel/framework": "^10.0|^11.0|^12.0",
17
"phayes/geophp": "^1.2"
18
},
19
"require-dev": {
20
- "doctrine/dbal": "^3.5.3",
+ "doctrine/dbal": "^3.5.3|^4.2",
21
"larastan/larastan": "^1.0|^2.4",
22
"laravel/pint": "^1.14",
23
- "orchestra/testbench": "^8.0|^9.0",
24
- "pestphp/pest": "^2.0",
25
- "pestphp/pest-plugin-laravel": "^2.0"
+ "orchestra/testbench": "^8.0|^9.0|^10.0",
+ "pestphp/pest": "^2.0|^3.7",
+ "pestphp/pest-plugin-laravel": "^2.0|^3.1"
26
27
"autoload": {
28
"psr-4": {
0 commit comments