Skip to content

Commit

Permalink
require PHP 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuck committed Oct 24, 2016
1 parent 791471d commit 05781a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jpuck/qdbp",
"description": "Symfony Console app to generate MySQL environments for dev/test/prod and execute a list of SQL scripts.",
"description": "Quick Databases for PHP",
"license": "MIT",
"authors": [
{
Expand All @@ -12,7 +12,8 @@
"require": {
"symfony/console": "^3.1",
"ircmaxell/random-lib": "^1.2",
"jpuck/phpdev": "^1.4"
"jpuck/phpdev": "^1.4",
"php": "^7.0"
},
"autoload": {
"psr-4": {
Expand Down
8 changes: 5 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 05781a8

Please sign in to comment.