Skip to content

Commit

Permalink
Update dependencies for PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Morris committed Feb 3, 2024
1 parent 33f5cd4 commit 23233cd
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 53 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"sebastian/complexity": "^3.2",
"sebastian/lines-of-code": "^2.0",
"simplepie/simplepie": "^1.8",
"symfony/config": "^6.4",
"symfony/dependency-injection": "^6.4",
"symfony/var-exporter": "^6.4",
"symfony/yaml": "^6.4"
"symfony/config": "^7.0",
"symfony/dependency-injection": "^7.0",
"symfony/var-exporter": "^7.0",
"symfony/yaml": "^7.0"
},
"require-dev": {
"codeigniter/coding-standard": "^1.7",
Expand Down
95 changes: 46 additions & 49 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 23233cd

Please sign in to comment.