diff --git a/composer.json b/composer.json index 405cf77..12152db 100644 --- a/composer.json +++ b/composer.json @@ -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": {