Remove repository workaround

This commit is contained in:
Adam Lavin 2017-11-29 04:47:14 +00:00
parent d2390868dd
commit bbcc128d3f
2 changed files with 10 additions and 18 deletions

View file

@ -26,7 +26,7 @@
"graham-campbell/exceptions": "^10.0", "graham-campbell/exceptions": "^10.0",
"minishlink/web-push": "^1.0", "minishlink/web-push": "^1.0",
"alsofronie/eloquent-uuid": "^1.0", "alsofronie/eloquent-uuid": "^1.0",
"poniverse/api": "dev-patch-1", "poniverse/api": "dev-rewrite",
"barryvdh/laravel-cors": "^0.10", "barryvdh/laravel-cors": "^0.10",
"laravel/tinker": "^1.0" "laravel/tinker": "^1.0"
}, },
@ -80,11 +80,5 @@
"dont-discover": [ "dont-discover": [
] ]
} }
}, }
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Lavoaster/poniverse-php"
}
]
} }

18
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "ad83dcf70b36ec2cf28d3a3efccf40d6", "content-hash": "8e5f2fd6eef5bba7130d4355ab8c2f6e",
"packages": [ "packages": [
{ {
"name": "alsofronie/eloquent-uuid", "name": "alsofronie/eloquent-uuid",
@ -2694,16 +2694,16 @@
}, },
{ {
"name": "poniverse/api", "name": "poniverse/api",
"version": "dev-patch-1", "version": "dev-rewrite",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Lavoaster/poniverse-php.git", "url": "https://github.com/Poniverse/poniverse-php.git",
"reference": "fe21f0345a9887376366939f7733f16d0ab0de7d" "reference": "890eb1211ff06728d93626bd21d4bedd165bf9ec"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Lavoaster/poniverse-php/zipball/fe21f0345a9887376366939f7733f16d0ab0de7d", "url": "https://api.github.com/repos/Poniverse/poniverse-php/zipball/890eb1211ff06728d93626bd21d4bedd165bf9ec",
"reference": "fe21f0345a9887376366939f7733f16d0ab0de7d", "reference": "890eb1211ff06728d93626bd21d4bedd165bf9ec",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2723,6 +2723,7 @@
"Poniverse\\Lib\\": "src/" "Poniverse\\Lib\\": "src/"
} }
}, },
"notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"MIT" "MIT"
], ],
@ -2738,10 +2739,7 @@
"laravel", "laravel",
"laravel4" "laravel4"
], ],
"support": { "time": "2017-11-29T04:45:11+00:00"
"source": "https://github.com/Lavoaster/poniverse-php/tree/patch-1"
},
"time": "2017-11-28T05:55:33+00:00"
}, },
{ {
"name": "predis/predis", "name": "predis/predis",