Skip to content

Commit

Permalink
Raise minumum PHP requirements
Browse files Browse the repository at this point in the history
Prepare major release
  • Loading branch information
helhum committed May 30, 2017
1 parent 6a18f09 commit 911c80b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"require": {
"php": ">=5.3.7",
"php": ">=5.5.0",
"composer-plugin-api": "^1.0",
"vlucas/phpdotenv": "^2.0.1"
},
Expand All @@ -31,7 +31,7 @@
"extra": {
"class": "Helhum\\DotEnvConnector\\Plugin",
"branch-alias": {
"dev-master": "1.1.x-dev"
"dev-master": "2.0.x-dev"
}
}
}

0 comments on commit 911c80b

Please sign in to comment.