Skip to content

Commit

Permalink
updated required packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bircaandrian1 committed Apr 17, 2020
1 parent a1535f3 commit f52bf74
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
}
],
"require": {
"php": "^7.2",
"psr/http-message": "^1.0",
"laminas/laminas-servicemanager": "^3.3.0",
"laminas/laminas-log": "^2.9.0",
"laminas/laminas-dependency-plugin": "^1.0"
"php": "^7.4",
"psr/http-message": "^1.0.1",
"laminas/laminas-servicemanager": "^3.4.0",
"laminas/laminas-log": "^2.12.0",
"laminas/laminas-dependency-plugin": "^1.0.3"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
Expand Down

0 comments on commit f52bf74

Please sign in to comment.