Skip to content

Commit a8011fa

Browse files
authored
Merge pull request #8 from php-etl/fix/contracts
Fix/contracts
2 parents 96ea3a6 + e93f732 commit a8011fa

File tree

7 files changed

+122
-2649
lines changed

7 files changed

+122
-2649
lines changed

.github/workflows/infection.yaml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/workflows/phpunit.yaml

Lines changed: 0 additions & 30 deletions
This file was deleted.

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@
1818
"php": "^8.2",
1919
"nikic/php-parser": "^4.10",
2020
"symfony/config": "^6.0",
21-
"php-etl/packaging-contracts": "^0.3",
21+
"php-etl/packaging-contracts": "0.3.0",
2222
"psr/log": "^3.0",
2323
"symfony/expression-language": "^6.0"
2424
},
2525
"require-dev": {
26-
"infection/infection": "^0.26.18",
27-
"phpunit/phpunit": "^10.0",
2826
"friendsofphp/php-cs-fixer": "^3.0",
2927
"phpstan/phpstan": "^1.10",
3028
"rector/rector": "^0.15"

0 commit comments

Comments
 (0)