1
0
Fork 0
mirror of https://github.com/archtechx/enums.git synced 2025-12-12 06:44:04 +00:00

Add L10 support (#18)

This commit is contained in:
lukinovec 2023-02-15 14:05:41 +01:00 committed by GitHub
parent 646944e56e
commit 475f45e682
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -23,10 +23,10 @@
"php": "^8.1"
},
"require-dev": {
"orchestra/testbench": "^6.9|^7.0",
"nunomaduro/larastan": "^1.0|^2.0",
"pestphp/pest": "^1.2",
"pestphp/pest-plugin-laravel": "^1.0"
"orchestra/testbench": "^6.9|^7.0|^8.0",
"nunomaduro/larastan": "^1.0|^2.4",
"pestphp/pest": "^1.2|^2.0",
"pestphp/pest-plugin-laravel": "^1.0|^2.0"
},
"minimum-stability": "dev",
"prefer-stable": true,