Skip to content

Commit 0a8b7f8

Browse files
committed
Merge branch 'release/1.0.1'
2 parents 6b25c54 + 5d129d7 commit 0a8b7f8

File tree

7 files changed

+2966
-1915
lines changed

7 files changed

+2966
-1915
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
dependency-versions: ${{ matrix.dependency-versions }}
4747

4848
- name: Run PHPUnit
49-
run: vendor/bin/phpunit tests
49+
run: vendor/bin/phpunit tests --no-coverage
5050

5151
- name: Run phpstan
5252
run: vendor/bin/phpstan analyse

bin/run-test

-51
This file was deleted.

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@
2121
"nette/utils": "^4.0.4"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "^9.5",
24+
"phpunit/phpunit": "^11.0",
2525
"phpspec/prophecy-phpunit": "^2.0.1",
26-
"php-coveralls/php-coveralls": "^2.5.2",
2726
"phpstan/phpstan": "^1.10",
2827
"friendsofphp/php-cs-fixer": "^3.11",
2928
"roave/security-advisories": "dev-latest",
@@ -32,7 +31,8 @@
3231
"spatie/yaml-front-matter": "^2.0",
3332
"mnapoli/silly": "^1.9",
3433
"symfony/finder": "^7.0",
35-
"rector/rector": "^1.0"
34+
"rector/rector": "^1.0",
35+
"tomkyle/find-run-test": "^1.0"
3636
},
3737
"scripts": {
3838
"rector": [ "@rector:dry" ],

0 commit comments

Comments
 (0)