Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1098914
D107.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Aug 14, 7:30 AM
Size
2 KB
Mime Type
text/x-diff
Expires
Fri, Aug 15, 7:30 AM (3 h, 10 m)
Engine
blob
Format
Raw Data
Handle
711420
Attached To
D107: INP-1458 - Remove dependency to annotation library from Composer
D107.id.diff
View Options
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
Log In to Comment