Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Update to Laravel 8
  • Loading branch information
EmadAdly authored Sep 9, 2020
1 parent d851404 commit 1e50caa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
"authors": [
{
"name": "Emad Adly",
"email": "thedevgist@gmail.com",
"email": "thisEmad@gmail.com",
"homepage": "http://devgist.com",
"role": "Developer"
}
],
"require": {
"php" : "~5.6|~7.0",
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*"
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*"

},
"require-dev": {
"phpunit/phpunit": "5.5.*|7.0.*",
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*",
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*",
"squizlabs/php_codesniffer": "^2.3"
},
"autoload": {
Expand Down

0 comments on commit 1e50caa

Please sign in to comment.