Skip to content

Commit

Permalink
Merge pull request #25 from whobutsb/master
Browse files Browse the repository at this point in the history
Updated to version 8.0
  • Loading branch information
inxilpro authored Sep 22, 2020
2 parents 1e0f7b1 + 4742d76 commit bc42200
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
],
"require": {
"php": "^7.1.3",
"illuminate/contracts": "~5.7.0|~5.8.0|^6.0|^7.0",
"illuminate/support": "~5.7.0|~5.8.0|^6.0|^7.0",
"illuminate/http": "~5.7.0|~5.8.0|^6.0|^7.0",
"illuminate/routing": "~5.7.0|~5.8.0|^6.0|^7.0",
"illuminate/validation": "~5.7.0|~5.8.0|^6.0|^7.0",
"illuminate/contracts": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
"illuminate/support": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
"illuminate/http": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
"illuminate/routing": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
"illuminate/validation": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
"commerceguys/addressing": "^1.0",
"symfony/intl": "^4.2|^5.0",
"commerceguys/intl": "^1.0"
Expand Down

0 comments on commit bc42200

Please sign in to comment.