Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed Nov 28, 2019
1 parent 58f70cd commit 6754d8c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -9,17 +9,17 @@
}
],
"require": {
"illuminate/support": "6.0",
"illuminate/session": "6.0",
"illuminate/support": "^6.0",
"illuminate/session": "^6.0",
"jenssegers/model": "^1.2"
},
"require-dev": {
"laravel/laravel": "6.0",
"laravel/laravel": "^6.0",
"mockery/mockery": "^1.0",
"phpmd/phpmd": "*",
"phpmd/phpmd": "^2.7",
"phpunit/phpunit": "^8.0",
"php-coveralls/php-coveralls" : "*",
"sebastian/phpcpd": "*"
"php-coveralls/php-coveralls" : "^2.2",
"sebastian/phpcpd": "^4.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6754d8c

Please sign in to comment.