1
0
Fork 0
mirror of https://github.com/archtechx/money.git synced 2025-12-12 11:24: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

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