Skip to content

Commit fcb0dd8

Browse files
committed
Merge branch 'release/1.2.0'
2 parents 10a4d43 + 4d32a48 commit fcb0dd8

4 files changed

Lines changed: 127 additions & 122 deletions

File tree

.actrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest

.github/workflows/php.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
php-version:
27-
- "8.3"
2827
- "8.4"
2928
- "8.5"
3029
dependency-versions:

composer.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55
"keywords": ["phpunit", "unit testing", "watcher", "filesystem", "test runner"],
66
"bin": ["bin/frt"],
77
"require": {
8-
"php": "^8.3",
9-
"symfony/console": "^7.1",
10-
"symfony/finder": "^7.1"
8+
"php": "^8.4",
9+
"symfony/console": "^7.1|^8.0",
10+
"symfony/finder": "^7.1|^8.0"
1111
},
1212
"require-dev": {
13-
"phpstan/phpstan": "^2.1",
14-
"friendsofphp/php-cs-fixer": "^3.63",
15-
"rector/rector": "^2.1",
16-
"phpunit/phpunit": "^12.0",
17-
"spatie/temporary-directory": "^2.2"
13+
"phpstan/phpstan": "^2.1",
14+
"friendsofphp/php-cs-fixer": "^3.63",
15+
"rector/rector": "^2.1",
16+
"phpunit/phpunit": "^12.0",
17+
"spatie/temporary-directory": "^2.2"
1818
},
1919
"license": "MIT",
2020
"autoload": {
21-
"psr-4": {
22-
"tomkyle\\FindRunTest\\": "src/"
23-
}
21+
"psr-4": {
22+
"tomkyle\\FindRunTest\\": "src/"
23+
}
2424
},
2525
"autoload-dev": {
26-
"psr-4": {
27-
"tests\\": "tests/"
28-
}
26+
"psr-4": {
27+
"tests\\": "tests/"
28+
}
2929
}
3030
}

0 commit comments

Comments
 (0)