Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Update dependency
  • Loading branch information
rivalex authored Mar 17, 2022
1 parent cb38d70 commit 7bd1d7c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
}
],
"require": {
"php": ">=7.3",
"nesbot/carbon": "^2.0",
"commerceguys/intl": "^1.0.5",
"umpirsky/country-list": "^2.0",
"php": ">=8.0",
"nesbot/carbon": "^2.57.0",
"commerceguys/intl": "^1.1.1",
"umpirsky/country-list": "^2.0.6",
"umpirsky/locale-list": "^1.0",
"punic/punic": "^3.5",
"illuminate/support": "^8.0",
"illuminate/events": "^8.0"
"punic/punic": "^3.7",
"illuminate/support": "^9.5.1",
"illuminate/events": "^9.5.1"
},
"require-dev": {
"orchestra/testbench": "^5.0",
"phpunit/phpunit": "^8.5"
"orchestra/testbench": "^7.1.0",
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7bd1d7c

Please sign in to comment.