Skip to content

Commit dc22769

Browse files
committed
wip
1 parent 4e90d59 commit dc22769

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.1
54
- 7.2
65
- 7.3
76

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
All notable changes to `phpunit-watcher` will be documented in this file
44

5+
## 1.11.0 - 2019-07-24
6+
7+
- drop support for older symfony versions
8+
- drop support for PHP 7.1
9+
510
## 1.10.1 - 2019-07-24
611

7-
- fix compatiblity with newer symfony versions
12+
- fix compatibly with newer symfony versions
813

914
## 1.10.0 - 2019-07-19
1015

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1",
19+
"php": "^7.2",
2020
"clue/stdio-react": "^2.0",
2121
"jolicode/jolinotif": "^2.0",
22-
"symfony/console": "^3.4|^4.0",
23-
"symfony/process": "^3.4|^4.0",
24-
"symfony/yaml": "^3.4|^4.0",
22+
"symfony/console": "^4.0",
23+
"symfony/process": "^4.0",
24+
"symfony/yaml": "^4.0",
2525
"yosymfony/resource-watcher": "^1.2"
2626
},
2727
"require-dev": {
28-
"phpunit/phpunit": "^6.0|^7.0"
28+
"phpunit/phpunit": "^8.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)