Skip to content

Commit

Permalink
Merge pull request #18 from php-etl/feature/add-property-path-builder…
Browse files Browse the repository at this point in the history
…-from-fastmap

Add PropertyPathBuilder from fastmap
  • Loading branch information
JoMessina authored Dec 4, 2023
2 parents 0c88114 + 608d635 commit 84e2bf1
Show file tree
Hide file tree
Showing 6 changed files with 478 additions and 261 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
run: |
wget -q https://cs.symfony.com/download/php-cs-fixer-v3.phar -O php-cs-fixer
chmod a+x php-cs-fixer
PHP_CS_FIXER_IGNORE_ENV=true ./php-cs-fixer fix src --dry-run
./php-cs-fixer fix src --dry-run
phpstan:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"php": "^8.2",
"symfony/expression-language": "^6.0",
"nikic/php-parser": "^4.15",
"php-etl/configurator-contracts": "0.8.*"
"php-etl/configurator-contracts": "0.8.*",
"symfony/property-access": "^6.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
Expand Down
Loading

0 comments on commit 84e2bf1

Please sign in to comment.