Skip to content

Commit ca3aa5c

Browse files
authored
Update composer.json
1 parent 2e6e393 commit ca3aa5c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,11 @@
1313
"email": "[email protected]"
1414
}
1515
],
16-
"repositories":[
17-
{
18-
"type": "vcs",
19-
"url": "[email protected]:gusarov112/php-enum.git"
20-
}
21-
],
2216
"require": {
2317
"php": "^7.1",
2418
"ext-json": "*",
2519
"ext-pdo": "*",
26-
"gusarov112/php-enum": "v1.0.0",
20+
"gusarov112/php-enum": "^v2.0",
2721
"doctrine/orm": "^2.7"
2822
},
2923
"autoload": {

0 commit comments

Comments
 (0)