Skip to content

Commit 10f9c92

Browse files
authored
Maestro updates configuration (#4)
1 parent 804de6e commit 10f9c92

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ jobs:
9292
-
9393
name: "Checkout code"
9494
uses: "actions/checkout@v2"
95-
9695
-
9796
name: "Install PHP"
9897
uses: "shivammathur/setup-php@v2"

composer.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,16 @@
1414
},
1515
"require-dev": {
1616
"dms/phpunit-arraysubset-asserts": "dev-master",
17+
"ergebnis/composer-normalize": "^2.0",
18+
"friendsofphp/php-cs-fixer": "^2.17",
1719
"phpspec/prophecy-phpunit": "dev-master",
18-
"phpunit/phpunit": "^9.0",
19-
"friendsofphp/php-cs-fixer": "~2.15.0",
20-
"phpstan/phpstan": "~0.12.0"
20+
"phpstan/phpstan": "~0.12.0",
21+
"phpunit/phpunit": "^9.0"
22+
},
23+
"extra": {
24+
"branch-alias": {
25+
"dev-master": "1.1.x-dev"
26+
}
2127
},
2228
"autoload": {
2329
"psr-4": {
@@ -29,16 +35,13 @@
2935
"Phpactor\\TestUtils\\Tests\\": "tests/"
3036
}
3137
},
32-
"extra": {
33-
"branch-alias": {
34-
"dev-master": "1.1.x-dev"
35-
}
36-
},
38+
"minimum-stability": "dev",
39+
"prefer-stable": true,
3740
"scripts": {
3841
"integrate": [
3942
"vendor/bin/php-cs-fixer fix",
4043
"vendor/bin/phpstan analyse lib -c phpstan.neon",
4144
"vendor/bin/phpunit"
4245
]
4346
}
44-
}
47+
}

0 commit comments

Comments
 (0)