mirror of
https://github.com/archtechx/money.git
synced 2025-12-12 03:14:03 +00:00
Add L10 support (#20)
* Add L10 support * Upgrade phpstan * Set `archtechx/helpers` version * Fix PHPStan errors * Try using older PHPStan version * Revert PHPStan downgrade * Delete immutability tests * Bring back immutability tests * Correct typehint * Update immutability tests * Remove L8 support * Allow PHP 8.0, run tests for 8.0 as well * Swap Laravel 9 & 10 * Add setup-php step * Revert formatting changes * Fix formatting * Revert adding setup-php * Try adding setup-php * Change formatting * Remove PHP 8.0 * Fix formatting
This commit is contained in:
parent
b1b02f459d
commit
b50e49358a
6 changed files with 29 additions and 16 deletions
|
|
@ -24,16 +24,16 @@
|
|||
}
|
||||
},
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"illuminate/support": "^8.0|^9.0",
|
||||
"archtechx/helpers": "*"
|
||||
"php": "^8.1",
|
||||
"illuminate/support": "^9.0|^10.0",
|
||||
"archtechx/helpers": "^0.3.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^6.9|^7.0",
|
||||
"pestphp/pest": "^1.10",
|
||||
"phpstan/phpstan": "^0.12.92",
|
||||
"pestphp/pest-plugin-laravel": "^1.1",
|
||||
"nunomaduro/larastan": "^0.7.10"
|
||||
"orchestra/testbench": "^7.19|^8.0",
|
||||
"pestphp/pest": "^1.10|^2.0",
|
||||
"phpstan/phpstan": "^1.9.8",
|
||||
"pestphp/pest-plugin-laravel": "^1.1|^2.0",
|
||||
"nunomaduro/larastan": "^2.4"
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue