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

Add Laravel 11 support (#23)

* drop L9, add L11 support

* bump PHP version

* bump archtechx/helpers dependency

* add setup-php to all ci jobs
This commit is contained in:
Samuel Štancl 2024-03-29 02:12:37 +01:00 committed by GitHub
parent 9ea102297d
commit 8a0eeae7c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 8 deletions

View file

@ -24,15 +24,15 @@
}
},
"require": {
"php": "^8.1",
"illuminate/support": "^9.0|^10.0",
"archtechx/helpers": "^0.3.1"
"php": "^8.2",
"illuminate/support": "^10.0|^11.0",
"archtechx/helpers": "^0.3.2"
},
"require-dev": {
"orchestra/testbench": "^7.19|^8.0",
"pestphp/pest": "^1.10|^2.0",
"orchestra/testbench": "^8.0|^9.0",
"pestphp/pest": "^2.0",
"phpstan/phpstan": "^1.9.8",
"pestphp/pest-plugin-laravel": "^1.1|^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"nunomaduro/larastan": "^2.4"
},
"extra": {