Skip to content

Commit

Permalink
feature: add composer support for more dependencies
Browse files Browse the repository at this point in the history
For:

* doctrine/orm ^3.1
* nesbot/carbon ^3.1.1
  • Loading branch information
dresslerdemos committed Apr 18, 2024
1 parent c38beb7 commit 8cc9087
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"require": {
"cebe/php-openapi": "^1.5",
"doctrine/collections": "^1.5 || ^2.1",
"doctrine/orm": "^2.5",
"doctrine/orm": "^2.5 || ^3.1",
"ext-json": "*",
"league/fractal": "^0.19 || ^0.20",
"nette/php-generator": "^4.0",
Expand Down Expand Up @@ -47,7 +47,7 @@
"thecodingmachine/phpstan-safe-rule": "^1.2",
"thecodingmachine/phpstan-strict-rules": "^1.0",
"vimeo/psalm": "^5.6",
"nesbot/carbon": "^2.0.0 || 3.1.1"
"nesbot/carbon": "^2.0.0 || ^3.1.1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dql/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"type": "library",
"require": {
"doctrine/orm": "^2.5",
"doctrine/orm": "^2.5 || ^3.1",
"php": "^8.1",
"demos-europe/edt-queries": "^0.25",
"demos-europe/edt-paths": "^0.25",
Expand Down

0 comments on commit 8cc9087

Please sign in to comment.