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:
parent
9ea102297d
commit
8a0eeae7c7
2 changed files with 16 additions and 8 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue