Skip to content

Commit

Permalink
Require php 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubinix committed Apr 19, 2019
1 parent daafcc2 commit 768f4db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: php

php: 7.1
php: 7.2

install: composer install

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Quest Component",
"type": "library",
"require": {
"php": "^7.1",
"php": "^7.2",
"symfony/workflow": "^3.2 || ^4.0",
"roave/security-advisories": "dev-master",
"doctrine/orm": "^2.5",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

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

0 comments on commit 768f4db

Please sign in to comment.