File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 7.1
54 - 7.2
65 - 7.3
76
Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments