Skip to content

Commit 1e50caa

Browse files
authored
Update composer.json
Update to Laravel 8
1 parent d851404 commit 1e50caa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
"authors": [
1818
{
1919
"name": "Emad Adly",
20-
"email": "thedevgist@gmail.com",
20+
"email": "thisEmad@gmail.com",
2121
"homepage": "http://devgist.com",
2222
"role": "Developer"
2323
}
2424
],
2525
"require": {
2626
"php" : "~5.6|~7.0",
27-
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*"
27+
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*"
2828

2929
},
3030
"require-dev": {
3131
"phpunit/phpunit": "5.5.*|7.0.*",
32-
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*",
32+
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*",
3333
"squizlabs/php_codesniffer": "^2.3"
3434
},
3535
"autoload": {

0 commit comments

Comments
 (0)