Skip to content

Commit

Permalink
Update packages and php minimum required version
Browse files Browse the repository at this point in the history
  • Loading branch information
costin committed Apr 22, 2020
1 parent bee7770 commit 8743e03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.4",
"laminas/laminas-dependency-plugin": "^1.0"
},
"require-dev": {
Expand All @@ -29,8 +29,8 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev",
"dev-develop": "2.1-dev"
"dev-master": "3.0-dev",
"dev-develop": "3.1-dev"
}
}
}

0 comments on commit 8743e03

Please sign in to comment.