Skip to content

Commit

Permalink
- [X] Support Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
aemaddin committed Apr 15, 2023
1 parent 652ef58 commit a8187db
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,28 @@
}
],
"require": {
"php": "^7.1|^8.0",
"php": "^8.1|^8.2",
"ext-json": "*",
"ext-intl": "*",
"dompdf/dompdf": "^2.0.1",
"illuminate/contracts": "^8.37|^9.0",
"illuminate/database": "^8.37|^9.0",
"illuminate/http": "^8.37|^9.0",
"illuminate/log": "^8.37|^9.0",
"illuminate/notifications": "^8.37|^9.0",
"illuminate/routing": "^8.37|^9.0",
"illuminate/support": "^8.37|^9.0",
"illuminate/view": "^8.37|^9.0",
"moneyphp/money": "^3.2|^4.0",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/database": "^9.0|^10.0",
"illuminate/http": "^9.0|^10.0",
"illuminate/log": "^9.0|^10.0",
"illuminate/notifications": "^9.0|^10.0",
"illuminate/routing": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"illuminate/view": "^9.0|^10.0",
"moneyphp/money": "^4.0",
"nesbot/carbon": "^2.0",
"symfony/http-kernel": "^5.0|^6.0",
"symfony/http-kernel": "^6.0",
"symfony/polyfill-intl-icu": "^1.22.1",
"ext-openssl": "*"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "^6.0|^7.0",
"phpunit/phpunit": "^9.0"
"phpunit/phpunit": "^9.0|^10.0"
},
"suggest": {
"ext-intl": "Allows for more locales besides the default \"en\" when formatting money values."
Expand Down Expand Up @@ -72,6 +72,6 @@
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true
}

0 comments on commit a8187db

Please sign in to comment.