Skip to content

Commit

Permalink
Update package dependencies in composer.json
Browse files Browse the repository at this point in the history
This commit updates the versions of several packages in the composer.json file, specifically 'aura/sql', 'bear/resource', 'doctrine/annotations', 'ray/aop', 'ray/aura-sql-module' and 'ray/di'. Additionally, it adds new configuration under 'extra' key for 'bamarni-bin'.
  • Loading branch information
koriym committed Jun 7, 2024
1 parent 2f557f6 commit 7c9bc6b
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"php": "^7.3 || ^8.0",
"ext-json": "*",
"ext-pdo": "*",
"aura/sql": "^3.0 | ^4.0 | ^5.0",
"bear/resource": "^1.15",
"doctrine/annotations": "^1.12",
"aura/sql": "^3.0 || ^4.0 || ^5.0",
"bear/resource": "^1.22",
"doctrine/annotations": "^1.12 || ^2.0",
"guzzlehttp/guzzle": "^6.3 || ^7.0",
"koriym/param-reader": "^1.0",
"koriym/query-locator": "^1.4",
"nikic/php-parser": "^v4.13",
"ray/aop": "^2.10.3",
"ray/aura-sql-module": "^1.10.0",
"ray/di": "^2.11"
"ray/aop": "^2.15",
"ray/aura-sql-module": "^1.13",
"ray/di": "^2.17"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down Expand Up @@ -62,5 +62,11 @@
"allow-plugins": {
"bamarni/composer-bin-plugin": true
}
},
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": true
}
}
}

0 comments on commit 7c9bc6b

Please sign in to comment.