Merge branch 'refactor' into refactor-moneyphp

This commit is contained in:
Patrick
2022-02-02 18:00:25 +01:00
committed by GitHub
3 changed files with 9 additions and 7 deletions

View File

@@ -17,16 +17,16 @@
],
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "5.8.*|^6.0|^7.0|^8.0",
"illuminate/session": "5.8.*|^6.0|^7.0|^8.0",
"illuminate/events": "5.8.*|^6.0|^7.0|^8.0",
"illuminate/support": "5.8.*|^6.0|^7.0|^8.0|^9.0",
"illuminate/session": "5.8.*|^6.0|^7.0|^8.0|^9.0",
"illuminate/events": "5.8.*|^6.0|^7.0|^8.0|^9.0",
"nesbot/carbon": "^2.0",
"moneyphp/money": "^3.3.0|^4.0.0"
},
"require-dev": {
"phpunit/phpunit": "~8.0|~9.0",
"mockery/mockery": "^1.0",
"orchestra/testbench": "^3.8|^4.0|^5.0|^6.0"
"orchestra/testbench": "^3.8|^4.0|^5.0|^6.0|^7.0"
},
"autoload": {
"psr-4": {
@@ -41,7 +41,7 @@
"suggest": {
"gloudemans/notify": "Simple flash notifications for Laravel"
},
"minimum-stability": "stable",
"minimum-stability": "dev",
"extra": {
"laravel": {
"providers": [