mirror of
https://github.com/archtechx/helpers.git
synced 2025-12-12 12:14:02 +00:00
Add L10 support (#2)
* Add L10 support wip * Upgrade `archtechx/enums` * Allow pest-plugin
This commit is contained in:
parent
ae091ce34b
commit
8866ced766
2 changed files with 13 additions and 8 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -18,15 +18,20 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.0",
|
"php": "^8.1",
|
||||||
"illuminate/support": "^8.24|^9.0",
|
"illuminate/support": "^8.24|^9.0|^10.0",
|
||||||
"archtechx/enums": "^0.1.0"
|
"archtechx/enums": "^0.3.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"orchestra/testbench": "^6.9|^7.0",
|
"orchestra/testbench": "^6.9|^7.0|^8.0",
|
||||||
"pestphp/pest": "^1.2",
|
"pestphp/pest": "^1.2|^2.0",
|
||||||
"pestphp/pest-plugin-laravel": "^1.0"
|
"pestphp/pest-plugin-laravel": "^1.0|^2.0"
|
||||||
},
|
},
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true
|
"prefer-stable": true,
|
||||||
|
"config": {
|
||||||
|
"allow-plugins": {
|
||||||
|
"pestphp/pest-plugin": true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue