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

Add L10 support

This commit is contained in:
lukinovec 2023-02-15 13:49:11 +01:00
parent b1b02f459d
commit 032b07da53
2 changed files with 7 additions and 7 deletions

View file

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
laravel: [8, 9] laravel: [8, 9, 10]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View file

@ -24,16 +24,16 @@
} }
}, },
"require": { "require": {
"php": "^8.0", "php": "^8.1",
"illuminate/support": "^8.0|^9.0", "illuminate/support": "^8.0|^9.0|^10.0",
"archtechx/helpers": "*" "archtechx/helpers": "*"
}, },
"require-dev": { "require-dev": {
"orchestra/testbench": "^6.9|^7.0", "orchestra/testbench": "^6.9|^7.0|^8.0",
"pestphp/pest": "^1.10", "pestphp/pest": "^1.10|^2.0",
"phpstan/phpstan": "^0.12.92", "phpstan/phpstan": "^0.12.92",
"pestphp/pest-plugin-laravel": "^1.1", "pestphp/pest-plugin-laravel": "^1.1|^2.0",
"nunomaduro/larastan": "^0.7.10" "nunomaduro/larastan": "^1.0|^2.4"
}, },
"extra": { "extra": {
"laravel": { "laravel": {