Skip to content

Commit

Permalink
Shift Laravel dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Sep 6, 2019
1 parent d74f3d7 commit 2ce8a1f
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,25 @@
"license": "MIT",
"type": "project",
"require": {
"php": "^7.1.3",
"php": "^7.2",
"eluceo/ical": "^0.15.0",
"fideloper/proxy": "^4.0",
"kalnoy/nestedset": "^4.3",
"laracasts/flash": "^3.0",
"laravel/framework": "5.8.*",
"laravel/framework": "^6.0",
"laravel/tinker": "^1.0",
"laravelcollective/html": "5.8.*",
"laravelcollective/html": "6.0.*",
"nothingworks/blade-svg": "^0.3.0",
"spatie/laravel-query-builder": "^1.17"
"spatie/laravel-query-builder": "^2.1"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.2.3",
"filp/whoops": "^2.0",
"fzaninotto/faker": "^1.4",
"laravel/dusk": "^5.0",
"laravel/dusk": "^5.5",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^2.0",
"phpunit/phpunit": "^7.5",
"beyondcode/laravel-dump-server": "^1.0"
"nunomaduro/collision": "^3.0",
"phpunit/phpunit": "^8.0",
"facade/ignition": "^1.4"
},
"autoload": {
"classmap": [
Expand Down Expand Up @@ -65,4 +64,4 @@
"sort-packages": true,
"optimize-autoloader": true
}
}
}

0 comments on commit 2ce8a1f

Please sign in to comment.