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

Bump dependencies for Laravel 11

This commit is contained in:
Shift 2024-02-27 16:28:09 +00:00
parent 9ea102297d
commit dd2977f151
No known key found for this signature in database
GPG key ID: 5A96F038425C5A1C

View file

@ -25,11 +25,11 @@
}, },
"require": { "require": {
"php": "^8.1", "php": "^8.1",
"illuminate/support": "^9.0|^10.0", "illuminate/support": "^9.0|^10.0|^11.0",
"archtechx/helpers": "^0.3.1" "archtechx/helpers": "^0.3.1"
}, },
"require-dev": { "require-dev": {
"orchestra/testbench": "^7.19|^8.0", "orchestra/testbench": "^7.19|^8.0|^9.0",
"pestphp/pest": "^1.10|^2.0", "pestphp/pest": "^1.10|^2.0",
"phpstan/phpstan": "^1.9.8", "phpstan/phpstan": "^1.9.8",
"pestphp/pest-plugin-laravel": "^1.1|^2.0", "pestphp/pest-plugin-laravel": "^1.1|^2.0",