Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jul 22, 2019
1 parent 4e90d59 commit dc22769
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 7.1
- 7.2
- 7.3

Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

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

## 1.11.0 - 2019-07-24

- drop support for older symfony versions
- drop support for PHP 7.1

## 1.10.1 - 2019-07-24

- fix compatiblity with newer symfony versions
- fix compatibly with newer symfony versions

## 1.10.0 - 2019-07-19

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.2",
"clue/stdio-react": "^2.0",
"jolicode/jolinotif": "^2.0",
"symfony/console": "^3.4|^4.0",
"symfony/process": "^3.4|^4.0",
"symfony/yaml": "^3.4|^4.0",
"symfony/console": "^4.0",
"symfony/process": "^4.0",
"symfony/yaml": "^4.0",
"yosymfony/resource-watcher": "^1.2"
},
"require-dev": {
"phpunit/phpunit": "^6.0|^7.0"
"phpunit/phpunit": "^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit dc22769

Please sign in to comment.