Skip to content

Commit

Permalink
Update composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Morris committed Jun 19, 2024
1 parent 69aaa08 commit c783474
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 68 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
"require": {
"php": "^8.1",
"codeigniter4/framework": "^4.5",
"friendsofphp/php-cs-fixer": "^3.58",
"friendsofphp/php-cs-fixer": "^3.59",
"nexusphp/cs-config": "^3.23",
"nikic/php-parser": "^5.0",
"pdepend/pdepend": "^2.16",
"simplepie/simplepie": "^1.8",
"symfony/config": "v7.1.0",
"symfony/dependency-injection": "v7.1.0",
"symfony/config": "^7.1",
"symfony/dependency-injection": "^7.1",
"symfony/var-exporter": "^7.1",
"symfony/yaml": "^7.1"
},
"require-dev": {
"codeigniter/coding-standard": "^1.7",
"codeigniter/coding-standard": "^1.8",
"deployer/deployer": "^7.4",
"mikey179/vfsstream": "^1.6",
"phpmd/phpmd": "^2.15",
"phpunit/phpunit": "^11.1",
"phpunit/phpunit": "^11.2",
"sebastian/complexity": "^4.0",
"sebastian/lines-of-code": "^3.0",
"squizlabs/php_codesniffer": "^3.10",
Expand Down
Loading

0 comments on commit c783474

Please sign in to comment.