Skip to content

Commit

Permalink
php 5.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mnvx committed Jan 23, 2017
1 parent 3a1a947 commit facda65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -11,11 +11,11 @@
}
},
"require": {
"php": ">=7.0.0",
"php": ">=5.5",
"symfony/process": "^3.1",
"psr/log": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
"phpunit/phpunit": "^4.0"
}
}

0 comments on commit facda65

Please sign in to comment.