Skip to content

Commit

Permalink
Merge pull request #312 from j0k3r/php-7.2
Browse files Browse the repository at this point in the history
Jump to PHP 7.2
  • Loading branch information
j0k3r authored Dec 31, 2019
2 parents 716e2ff + 0f4e55c commit 2176c01
Show file tree
Hide file tree
Showing 7 changed files with 617 additions and 285 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.12.2
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:
- mysql

php:
- 7.1
- 7.2
- 7.3
- 7.4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ You can find some of them in the [converter folder](https://github.com/j0k3r/f43

### Requirements

- PHP >= 7.1 (with `pdo_mysql`)
- PHP >= 7.2 (with `pdo_mysql`)
- MySQL >= 5.7
- [RabbitMQ](https://www.rabbitmq.com/), which is optional (see below)
- [Supervisor](http://supervisord.org/) (only if you use RabbitMQ)
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.2",
"beberlei/doctrineextensions": "^1.2",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/doctrine-migrations-bundle": "^2.0",
Expand Down Expand Up @@ -81,7 +81,7 @@
},
"config": {
"platform": {
"php": "7.1"
"php": "7.2"
},
"bin-dir": "bin",
"sort-packages": true
Expand Down
Loading

0 comments on commit 2176c01

Please sign in to comment.