Update Composer files.

This commit is contained in:
James Cole
2017-02-05 15:41:41 +01:00
parent 646b65918d
commit 229f718754
2 changed files with 27 additions and 78 deletions

View File

@@ -68,8 +68,7 @@
"symfony/css-selector": "3.1.*",
"symfony/dom-crawler": "3.1.*",
"barryvdh/laravel-debugbar": "2.*",
"barryvdh/laravel-ide-helper": "2.*",
"johnkary/phpunit-speedtrap": "^1.0"
"barryvdh/laravel-ide-helper": "2.*"
},
"autoload": {
"classmap": [
@@ -80,9 +79,9 @@
}
},
"autoload-dev": {
"classmap": [
"tests/TestCase.php"
]
"psr-4": {
"Tests\\": "tests/"
}
},
"scripts": {
"post-root-package-install": [