Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c9bcc08

Browse filesBrowse files
authored
Merge pull request #22 from goetas/patch-1
Drop version constraint to allow future package releases (or abandon package)
2 parents c57f5e0 + 1000287 commit c9bcc08
Copy full SHA for c9bcc08

File tree

Expand file treeCollapse file tree

1 file changed

+3
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-4
lines changed

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+3-4Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
"license": "MIT",
55
"description": "A pack for the Doctrine ORM",
66
"require": {
7-
"php": "^7.0",
8-
"doctrine/orm": "^2.5.11",
9-
"doctrine/doctrine-bundle": "^1.6.10|^2.0",
10-
"doctrine/doctrine-migrations-bundle": "^1.3|^2.0"
7+
"doctrine/orm": "*",
8+
"doctrine/doctrine-bundle": "*",
9+
"doctrine/doctrine-migrations-bundle": "*"
1110
}
1211
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.