Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
enobrev committed Jan 9, 2019
1 parent f6fd35d commit cfd8ade
Show file tree
Hide file tree
Showing 2 changed files with 760 additions and 113 deletions.
16 changes: 9 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,24 @@
"email": "[email protected]"
}
],
"config": {
"platform": {
"php": "7.1"
},
"sort-packages": true
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/enobrev/php-tools"
},
{
"type": "vcs",
"url": "https://github.com/melbings/php-dot-notation.git"
}
],
"require": {
"php": ">=7.1.0",
"ext-json": "*",
"adbario/php-dot-notation": "^2.2",
"monolog/monolog": "^1.21",
"zendframework/zend-diactoros": "^1.8",
"adbario/php-dot-notation": "dev-recursive-merge"
"zendframework/zend-diactoros": "^2.1"
},
"autoload": {
"psr-4" : {
Expand All @@ -41,6 +43,6 @@
},
"require-dev": {
"phpunit/phpunit": "^7.1",
"vimeo/psalm": "^2.0"
"vimeo/psalm": "^3.0"
}
}
Loading

0 comments on commit cfd8ade

Please sign in to comment.