Skip to content

Commit 1edb2d7

Browse files
authored
Fix random CS stuff so CI passes (#112)
* Fixed CS * More fixes * Normalize composer * baseline * etter baseline * Fixed typo
1 parent 4dc8243 commit 1edb2d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "runtime/roadrunner-symfony-nyholm",
3-
"type": "library",
43
"description": "Roadrunner runtime for with nyholm/psr7",
54
"license": "MIT",
5+
"type": "library",
66
"authors": [
77
{
88
"name": "Tobias Nyholm",
@@ -21,6 +21,8 @@
2121
"require-dev": {
2222
"symfony/phpunit-bridge": "^5.3"
2323
},
24+
"minimum-stability": "dev",
25+
"prefer-stable": true,
2426
"autoload": {
2527
"psr-4": {
2628
"Runtime\\RoadRunnerSymfonyNyholm\\": "src/"
@@ -30,7 +32,5 @@
3032
"psr-4": {
3133
"Runtime\\RoadRunnerSymfonyNyholm\\Tests\\": "tests/"
3234
}
33-
},
34-
"minimum-stability": "dev",
35-
"prefer-stable": true
35+
}
3636
}

0 commit comments

Comments
 (0)