Laravel 5.6 updates

Travis config update

Removed HHVM script as Laravel no longer support HHVM after releasing 5.3
This commit is contained in:
Manish Verma
2018-08-06 20:08:55 +05:30
parent 126fbb0255
commit 1ac0f42a58
2464 changed files with 65239 additions and 46734 deletions

View File

@@ -8,7 +8,8 @@
"license": "MIT",
"type": "project",
"require": {
"laravel/framework": "5.5.*",
"php": ">=7.1.3",
"laravel/framework": "5.6.*",
"laravelcollective/html": "5.*",
"vsmoraes/laravel-pdf": "1.0.1",
"propaganistas/laravel-phone": "~2.0",
@@ -19,11 +20,10 @@
"chumper/datatable": "dev-develop",
"chumper/zipper": "1.0.x",
"tymon/jwt-auth": "dev-develop",
"php": ">=5.5.9",
"davejamesmiller/laravel-breadcrumbs": "^3.0",
"davibennun/laravel-push-notification": "dev-laravel5",
"brozot/laravel-fcm": "^1.0",
"barryvdh/laravel-debugbar": "^2.2",
"barryvdh/laravel-debugbar": "3.1.*",
"aws/aws-sdk-php": "~3.0",
"predis/predis": "~1.0",
"mremi/url-shortener": "^1.0",
@@ -38,13 +38,13 @@
"doctrine/dbal": "^2.5"
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"phpspec/phpspec": "~2.1",
"phpunit/phpunit": "~7.0",
"phpspec/phpspec": "^4.0",
"symfony/dom-crawler": "3.1.*",
"symfony/css-selector": "3.1.*",
"fzaninotto/faker": "1.*",
"filp/whoops": "~2.0",
"laravel/dusk": "2.0.0"
"laravel/dusk": "~3.0"
},
"autoload": {
"classmap": [
@@ -57,8 +57,7 @@
},
"autoload-dev": {
"classmap": [
"tests/TestCase.php",
"tests/DuskTestCase.php"
"tests/TestCase.php"
]
},
"extra": {
@@ -70,12 +69,10 @@
},
"scripts": {
"post-install-cmd": [
"php artisan clear-compiled",
"php artisan optimize"
"php artisan clear-compiled"
],
"post-update-cmd": [
"php artisan clear-compiled",
"php artisan optimize"
"php artisan clear-compiled"
],
"post-create-project-cmd": [
"php -r \"copy('.env.example', '.env');\"",