Skip to content

Commit

Permalink
composer: require PHP 7.1 at least
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Dec 23, 2017
1 parent e2f3ede commit 6bf2042
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,16 @@
"name": "nextras/youtube-api",
"type": "library",
"description": "Youtube API library for Nette Framework.",
"keywords": ["nette", "youtube", "api", "youtube-api"],
"keywords": ["youtube", "api", "youtube-api"],
"license": ["MIT"],
"authors": [
{
"name": "Jan Skrasek",
"email": "hrach.cz@gmail.com",
"homepage": "http://jan.skrasek.com"
},
{
"name": "Nextras Community",
"homepage": "https://github.com/nextras/youtube-api/graphs/contributors"
}
],
"require": {
"php": ">=5.6",
"php": ">=7.1",
"nette/utils": "~2.4",
"nette/http": "~2.2",
"guzzlehttp/guzzle": "~6.2"
Expand All @@ -26,7 +21,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
"dev-master": "3.1-dev"
}
},
"autoload": {
Expand Down

0 comments on commit 6bf2042

Please sign in to comment.