Skip to content

Commit

Permalink
Set requirement to ORM only
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Jun 7, 2024
1 parent dab3a10 commit 5c3cd51
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
],
"require": {
"php": "^7.2 || ^8.0",
"doctrine/collections": "^1.0 || ^2.0",
"doctrine/orm": "^2.5.3",
"doctrine/persistence": "^1.3 || ^2.0 || ^3.0",
"friendsofsymfony/rest-bundle": "^2.5 || ^3.0",
"jms/serializer-bundle": "^3.0 || ^4.0 || ^5.0",
"php-task/php-task": "^1.3.3 || ^2.0",
Expand Down Expand Up @@ -101,6 +99,9 @@
"sort-packages": true,
"allow-plugins": {
"php-http/discovery": true
},
"platform": {
"php": "7.2.34"
}
}
}

0 comments on commit 5c3cd51

Please sign in to comment.