Skip to content

Commit

Permalink
Update composer packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Morris committed Dec 3, 2023
1 parent c7dc102 commit f1d147b
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 175 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
"require": {
"php": "^7.3||^8.0",
"codeigniter4/framework": "v4.4.3",
"friendsofphp/php-cs-fixer": "v3.37.1",
"friendsofphp/php-cs-fixer": "v3.40.1",
"nexusphp/cs-config": "v3.18.0",
"pdepend/pdepend": "2.15.1",
"pdepend/pdepend": "2.16.0",
"simplepie/simplepie": "1.8.0",
"symfony/config": "v6.3.2",
"symfony/dependency-injection": "v6.3.5",
"symfony/var-exporter": "v6.3.6",
"symfony/yaml": "v6.3.7"
"symfony/config": "v6.4.0",
"symfony/dependency-injection": "v6.4.1",
"symfony/var-exporter": "v6.4.1",
"symfony/yaml": "v6.4.0"
},
"require-dev": {
"codeigniter/coding-standard": "v1.7.11",
"deployer/deployer": "v7.3.2",
"deployer/deployer": "v7.3.3",
"mikey179/vfsstream": "v1.6.11",
"phpmd/phpmd": "2.14.1",
"phpunit/phpunit": "10.4.2",
"phpunit/phpunit": "10.5.1",
"squizlabs/php_codesniffer": "3.7.2",
"tatter/patches": "v2.1.0"
},
Expand Down
Loading

0 comments on commit f1d147b

Please sign in to comment.