We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6147f commit 92d04e7Copy full SHA for 92d04e7
composer.json
@@ -20,13 +20,13 @@
20
"source": "https://github.com/laravel-ready/readable-numbers"
21
},
22
"require": {
23
- "php": "^8.0.2",
24
- "illuminate/support": "^9.0"
+ "php": "^8.1 || ^8.0",
+ "illuminate/support": "^10.0 || ^9.0"
25
26
"require-dev": {
27
- "mockery/mockery": "^1.4",
28
- "orchestra/testbench": "^7.0.0",
29
- "phpunit/phpunit": "^9.5"
+ "mockery/mockery": "^1.5 || ^1.4",
+ "orchestra/testbench": "^7.5 || ^7.0.0",
+ "phpunit/phpunit": "^10.0 || ^9.5"
30
31
"autoload": {
32
"psr-4": {
0 commit comments