Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
doctrine requirment removed
  • Loading branch information
gomcodoctor authored Mar 25, 2024
1 parent 5e7d846 commit 5469038
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,10 @@
"require": {
"php": ">=7.4",
"portphp/portphp": "dev-master",
"doctrine/common": "^2.13 || ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"ext-sqlite3": "*",
"doctrine/cache": "^1.11",
"doctrine/orm": "^2.8",
"doctrine/mongodb-odm": "^2.0"
"ext-sqlite3": "*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5469038

Please sign in to comment.