mirror of
https://github.com/archtechx/helpers.git
synced 2025-12-13 20:24:03 +00:00
Add L10 support wip
This commit is contained in:
parent
ae091ce34b
commit
af3091e007
2 changed files with 6 additions and 6 deletions
|
|
@ -18,14 +18,14 @@
|
|||
}
|
||||
},
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"illuminate/support": "^8.24|^9.0",
|
||||
"php": "^8.1",
|
||||
"illuminate/support": "^8.24|^9.0|^10.0",
|
||||
"archtechx/enums": "^0.1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^6.9|^7.0",
|
||||
"pestphp/pest": "^1.2",
|
||||
"pestphp/pest-plugin-laravel": "^1.0"
|
||||
"orchestra/testbench": "^6.9|^7.0|^8.0",
|
||||
"pestphp/pest": "^1.2|^2.0",
|
||||
"pestphp/pest-plugin-laravel": "^1.0|^2.0"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue