Skip to content

Commit

Permalink
Bumping all dependencies to their latest and greatest
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Mar 4, 2019
1 parent 6a5fa13 commit 7246296
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
}
],
"require": {
"php": "~7.2",
"nikic/php-parser": "^4.2",
"ocramius/code-generator-utils": "^1.0",
"zendframework/zend-hydrator": "^2.0"
"php": "^7.3",
"nikic/php-parser": "^4.2.1",
"ocramius/code-generator-utils": "^1.0.0",
"zendframework/zend-hydrator": "^2.4.1"
},
"require-dev": {
"phpunit/phpunit": "^7.1",
"squizlabs/php_codesniffer": "^3.0",
"phpbench/phpbench": "^0.13.0",
"zendframework/zend-filter": "^2.7",
"zendframework/zend-servicemanager": "^3.2",
"zendframework/zend-stdlib": "^3.1",
"doctrine/coding-standard": "^4.0"
"doctrine/coding-standard": "^4.0.0",
"phpunit/phpunit": "^7.5.6",
"phpbench/phpbench": "^0.16.1",
"squizlabs/php_codesniffer": "^3.4.0",
"zendframework/zend-filter": "^2.9.1",
"zendframework/zend-servicemanager": "^3.4.0",
"zendframework/zend-stdlib": "^3.2.1"
},
"autoload": {
"psr-4": {
Expand All @@ -44,5 +44,8 @@
"GeneratedHydratorTest\\": "tests/GeneratedHydratorTest",
"GeneratedHydratorTestAsset\\": "tests/GeneratedHydratorTestAsset"
}
},
"config": {
"sort-packages": true
}
}

0 comments on commit 7246296

Please sign in to comment.