Page MenuHomeIn-Portal Phabricator

D107.diff
No OneTemporary

File Metadata

Created
Thu, Aug 14, 4:47 AM

D107.diff

Index: branches/5.2.x/composer.json
===================================================================
--- branches/5.2.x/composer.json
+++ branches/5.2.x/composer.json
@@ -5,7 +5,6 @@
"qa-tools/qa-tools": "~1.0",
"aik099/coding-standard": "dev-in-portal",
"mockery/mockery": "~0.9",
- "mindplay/annotations": "~1.2@dev",
"behat/mink": "~1.6"
}
Index: branches/5.2.x/composer.lock
===================================================================
--- branches/5.2.x/composer.lock
+++ branches/5.2.x/composer.lock
@@ -1,10 +1,10 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
- "Read more about it at http://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"
],
- "hash": "816e27f9f0ded46d516455051893bfd5",
+ "hash": "eb74d1a9944355d24b1a70b7895b60c5",
"packages": [],
"packages-dev": [
{
@@ -17,7 +17,7 @@
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/aik099/CodingStandard/zipball/a47f2b767c99a33f437802b3315179887018e114",
+ "url": "https://api.github.com/repos/aik099/CodingStandard/zipball/987a6781521c9293b3e36ff3877cdff63010b291",
"reference": "a47f2b767c99a33f437802b3315179887018e114",
"shasum": ""
},
@@ -167,12 +167,12 @@
"version": "v1.2.0",
"source": {
"type": "git",
- "url": "https://github.com/Behat/MinkSelenium2Driver.git",
+ "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
"reference": "8018fee80bf6573f909ece3e0dfc07d0eb352210"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Behat/MinkSelenium2Driver/zipball/8018fee80bf6573f909ece3e0dfc07d0eb352210",
+ "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/8018fee80bf6573f909ece3e0dfc07d0eb352210",
"reference": "8018fee80bf6573f909ece3e0dfc07d0eb352210",
"shasum": ""
},
@@ -379,7 +379,7 @@
},
{
"name": "mindplay/annotations",
- "version": "dev-master",
+ "version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/php-annotations/php-annotations.git",
@@ -1631,8 +1631,7 @@
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
- "aik099/coding-standard": 20,
- "mindplay/annotations": 20
+ "aik099/coding-standard": 20
},
"prefer-stable": false,
"prefer-lowest": false,

Event Timeline