Skip to content

Commit 2b3db46

Browse files
authored
Merge pull request #20 from php-etl/feature/qualityflow-improvments
fix phpParser error and tests
2 parents 83d27d4 + 26f1117 commit 2b3db46

17 files changed

+993
-460
lines changed

.github/workflows/phpspec.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v3
8+
- uses: shivammathur/setup-php@v2
9+
with:
10+
php-version: '8.2'
11+
tools: composer:v2
12+
coverage: pcov
813
- uses: php-actions/composer@v6
914
with:
1015
args: --prefer-dist

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,19 @@
2222
"symfony/expression-language": "^6.0",
2323
"symfony/cache": "^6.0",
2424
"doctrine/inflector": "^2.0",
25-
"php-etl/metadata": "^0.4.0",
26-
"php-etl/mapping-contracts": "^0.4.0",
27-
"php-etl/metadata-contracts": "^0.2.0",
28-
"php-etl/satellite-toolbox": "^0.5.0"
25+
"php-etl/metadata": "*",
26+
"php-etl/mapping-contracts": "0.4.0",
27+
"php-etl/metadata-contracts": "0.2.0",
28+
"php-etl/satellite-toolbox": "*"
2929
},
3030
"require-dev": {
3131
"mikey179/vfsstream": "^1.6",
3232
"phpunit/phpunit": "^10.0",
3333
"phpunit/php-invoker": "*",
3434
"friendsofphp/php-cs-fixer": "^3.0",
3535
"phpstan/phpstan": "^1.10",
36-
"rector/rector": "^0.15"
36+
"rector/rector": "^0.15",
37+
"php-etl/phpspec-extension": "0.4.0"
3738
},
3839
"autoload": {
3940
"psr-4": {

0 commit comments

Comments
 (0)