Skip to content

Commit 1568c1e

Browse files
authored
Merge pull request #3 from YouweGit/feature/OTPBBBBBZP-117
Feature/otpbbbbbzp 117
2 parents d5fb1e6 + 3aa64b1 commit 1568c1e

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

composer.json

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,23 @@
33
"description": "Youwe PHP Coding Standard PHPStorm integration",
44
"type": "composer-plugin",
55
"license": "MIT",
6+
"prefer-stable": true,
7+
"minimum-stability": "dev",
68
"authors": [
79
{
810
"name": "Youwe",
9-
"email": "support@youweagency.com"
11+
"email": "info@youweagency.com"
1012
}
1113
],
1214
"require": {
1315
"php": "^7.1",
1416
"composer-plugin-api": "^1.0 || ^2.0"
1517
},
1618
"require-dev": {
17-
"mediact/testing-suite": "@stable",
19+
"ext-simplexml": "*",
1820
"kint-php/kint": "@stable",
19-
"youwe/coding-standard": "dev-master",
2021
"mikey179/vfsstream": "^1.6",
21-
"ext-simplexml": "*"
22+
"youwe/testing-suite": "dev-master"
2223
},
2324
"repositories": [
2425
{
@@ -28,6 +29,22 @@
2829
{
2930
"type": "vcs",
3031
"url": "https://github.com/YouweGit/testing-suite"
32+
},
33+
{
34+
"type": "vcs",
35+
"url": "https://github.com/YouweGit/coding-standard-phpstorm"
36+
},
37+
{
38+
"type": "vcs",
39+
"url": "https://github.com/YouweGit/composer-dependency-installer"
40+
},
41+
{
42+
"type": "vcs",
43+
"url": "https://github.com/YouweGit/composer-file-installer"
44+
},
45+
{
46+
"type": "vcs",
47+
"url": "https://github.com/YouweGit/file-mapping"
3148
}
3249
],
3350
"autoload": {

grumphp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
imports:
2-
- resource: 'vendor/mediact/testing-suite/config/default/grumphp.yml'
2+
- resource: 'vendor/youwe/testing-suite/config/default/grumphp.yml'
33
parameters:
44
phplint.ignore_patterns:
55
- /^files/

0 commit comments

Comments
 (0)