Skip to content

Commit

Permalink
Update composer.json dependencies
Browse files Browse the repository at this point in the history
Upgraded several dependencies to newer versions for better compatibility and performance. Removed the `symfony/polyfill-php81` dependency as it is no longer needed. Adjusted `rize/uri-template` to require only `^0.4`.
  • Loading branch information
koriym committed Feb 1, 2025
1 parent 6d75d7d commit 3c581e7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@
"require": {
"php": "^8.4",
"ext-pdo": "*",
"ray/di": "^2.13.1",
"ray/aop": "^2.10.4",
"ray/di": "^2.18",
"ray/aop": "^2.17",
"aura/sql": "^6.0",
"pagerfanta/pagerfanta": "^3.5",
"rize/uri-template": "^0.3.4 || ^0.4",
"rize/uri-template": "^0.4",
"doctrine/annotations": "^1.11 || ^2.0",
"psr/log": "^1.1 || ^2.0 || ^3.0",
"symfony/polyfill-php81": "^1.24",
"aura/sqlquery": "^3.0"
},
"require-dev": {
Expand Down

0 comments on commit 3c581e7

Please sign in to comment.