Skip to content

Commit

Permalink
Merge pull request #8 from BRACKETS-by-TRIAD/feature/update-laravel-8
Browse files Browse the repository at this point in the history
updated requirements to laravel 8
  • Loading branch information
miroslavtrnavsky authored Jul 21, 2021
2 parents 599d82c + ea869cc commit f4a82cd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
}
],
"require": {
"php": "^7.2|^8.0",
"php": "^7.3|^8.0",
"twilio/sdk": "^6.0",
"illuminate/http": "^7.0",
"illuminate/events": "^7.0",
"illuminate/support": "^7.0",
"illuminate/database": "^7.0",
"illuminate/console": "^7.0",
"illuminate/routing": "^7.0",
"illuminate/http": "^8.0",
"illuminate/events": "^8.0",
"illuminate/support": "^8.0",
"illuminate/database": "^8.0",
"illuminate/console": "^8.0",
"illuminate/routing": "^8.0",
"nesbot/carbon": "^2.0"
},
"autoload": {
Expand Down

0 comments on commit f4a82cd

Please sign in to comment.