Skip to content

Commit

Permalink
updated composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat committed Nov 20, 2023
1 parent 91183f8 commit 0bfe932
Show file tree
Hide file tree
Showing 2 changed files with 1,338 additions and 4,993 deletions.
10 changes: 4 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@
"description": "This library implements functions for manipulating array data in ExpressionLanguage",
"type": "library",
"require": {
"php": ">=8.2",
"php": "^8.2",
"symfony/expression-language": "^6.0",
"symfony/property-access": "^6.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"phpstan/phpstan": "^1.10",
"friendsofphp/php-cs-fixer": "^3.0",
"infection/infection": "^0.26.18",
"rector/rector": "^0.15",
"php-etl/satellite": "^0.6.7",
"php-etl/pipeline-contracts": "*"
"friendsofphp/php-cs-fixer": "^3.38",
"infection/infection": "^0.26",
"rector/rector": "^0.15"
},
"license": "MIT",
"authors": [
Expand Down
Loading

0 comments on commit 0bfe932

Please sign in to comment.