1
0
Fork 0
mirror of https://github.com/archtechx/money.git synced 2025-12-12 03:14:03 +00:00
This commit is contained in:
Abrar Ahmad 2022-01-20 23:42:07 +05:00
parent 4474c2b115
commit e280bf0a8b
2 changed files with 11 additions and 5 deletions

View file

@ -25,11 +25,11 @@
},
"require": {
"php": "^8.0",
"illuminate/support": "^8.24",
"illuminate/support": "^8.0|^9.0",
"archtechx/helpers": "*"
},
"require-dev": {
"orchestra/testbench": "^6.9",
"orchestra/testbench": "^6.9|^7.0",
"pestphp/pest": "^1.10",
"phpstan/phpstan": "^0.12.92",
"pestphp/pest-plugin-laravel": "^1.1",
@ -41,5 +41,7 @@
"ArchTech\\Money\\MoneyServiceProvider"
]
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}