resource-watcher icon indicating copy to clipboard operation
resource-watcher copied to clipboard

feat: compatibility with symfony 6 and php 8

Open lucassabreu opened this issue 2 years ago • 17 comments

Removed conflict with Symfony 6 and PHP 8.

I had to up the PHP version to 7.1 because of PHPUnit forcing void as return type on setUp and tearDown.

Also fixed PHPUnit tests failing using symfony/filesystem:2.7 (lowest).

lucassabreu avatar Jan 28 '22 20:01 lucassabreu

It would be amazing! Looking forward to using with Laravel 9 & PHP 8.1.

Required by https://github.com/spatie/phpunit-watcher.

flexchar avatar Feb 16 '22 11:02 flexchar

Yes :)

robsontenorio avatar Mar 23 '22 12:03 robsontenorio

Any update on this pull request being merged? I need it to be compatible with symfony/finder v6.

neklein avatar Apr 18 '22 15:04 neklein

How can I help to get this PR merged ?

tyteck avatar Oct 01 '22 08:10 tyteck

@yosymfony 🙏

ArnaudLigny avatar Oct 13 '22 20:10 ArnaudLigny

+1

frederikhs avatar Dec 05 '22 15:12 frederikhs

Happy New Year, @yosymfony - any chance we could get this package updated? Or are you still planning to support this package?

neklein avatar Jan 10 '23 15:01 neklein

@yosymfony Still waiting your move

xepozz avatar Mar 02 '23 22:03 xepozz

Is there any other compatible alternative?

robsontenorio avatar Apr 05 '23 16:04 robsontenorio

you can install composer req andersundsehr/resource-watcher:dev-master as a replacement for `yosymfony/resource-watcher``. Until this is resolved.

Kanti avatar Apr 25 '23 19:04 Kanti

Any solution for this problem?

cleberar avatar Dec 29 '23 14:12 cleberar

Fork ;)

xepozz avatar Dec 29 '23 14:12 xepozz

For my part I use the fork of @lucassabreu:

"repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/lucassabreu/resource-watcher"
    }
  ],

ArnaudLigny avatar Dec 29 '23 17:12 ArnaudLigny

Wow, this is still not resolved? Cmonnnnn....

kirkbushell avatar Jan 17 '24 02:01 kirkbushell