We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc1471 commit e31a5b7Copy full SHA for e31a5b7
.travis.yml
@@ -1,7 +1,6 @@
1
language: php
2
3
php:
4
- - 7.1
5
- 7.2
6
- 7.3
7
README.md
@@ -57,6 +57,7 @@ Changelog
57
58
### 1.3 (2018-XX-XX)
59
- Symfony 4.2 compatibility
60
+- dropped support for PHP 7.1 as it is no longer supported
61
62
### 1.2 (2018-11-16)
63
- PHP 7.3 compatibility
composer.json
@@ -17,7 +17,7 @@
17
}
18
],
19
"require": {
20
- "php": "~7.1",
+ "php": "~7.2",
21
"symfony/config": "^4.2",
22
"symfony/dependency-injection": "^4.2",
23
"symfony/event-dispatcher": "^4.2",
0 commit comments