File tree Expand file tree Collapse file tree 4 files changed +4
-34
lines changed
Expand file tree Collapse file tree 4 files changed +4
-34
lines changed Original file line number Diff line number Diff line change 99 }
1010 ],
1111 "require" : {
12- "php" : " ^7.3 || ^8.0 " ,
12+ "php" : " ^8.1 " ,
1313 "symfony/filesystem" : " ^4.2 || ^5.0 || ^6.0 || ^7.0"
1414 },
1515 "require-dev" : {
1616 "dms/phpunit-arraysubset-asserts" : " dev-master" ,
1717 "ergebnis/composer-normalize" : " ^2.0" ,
1818 "friendsofphp/php-cs-fixer" : " ^2.17" ,
19- "phpspec/prophecy-phpunit" : " dev-master " ,
19+ "phpspec/prophecy-phpunit" : " ^2.0 " ,
2020 "phpstan/phpstan" : " ~0.12.0" ,
2121 "phpunit/phpunit" : " ^9.0"
2222 },
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33namespace Phpactor \TestUtils \Tests \Integration ;
44
5- use Phpactor \ TestUtils \ PHPUnit \TestCase ;
5+ use PHPUnit \ Framework \TestCase ;
66
77class IntegrationTestCase extends TestCase
88{
Original file line number Diff line number Diff line change 22
33namespace Phpactor \TestUtils \Tests \Unit ;
44
5+ use PHPUnit \Framework \TestCase ;
56use Phpactor \TestUtils \ExtractOffset ;
6- use Phpactor \TestUtils \PHPUnit \TestCase ;
77
88class ExtractOffsetTest extends TestCase
99{
You can’t perform that action at this time.
0 commit comments