Skip to content

Commit 113aa49

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

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/react",
3-
"type": "library",
43
"description": "ReactPHP runtime",
54
"license": "MIT",
5+
"type": "library",
66
"authors": [
77
{
88
"name": "Tobias Nyholm",
@@ -17,6 +17,8 @@
1717
"require-dev": {
1818
"symfony/phpunit-bridge": "^5.3"
1919
},
20+
"minimum-stability": "dev",
21+
"prefer-stable": true,
2022
"autoload": {
2123
"psr-4": {
2224
"Runtime\\React\\": "src/",
@@ -27,7 +29,5 @@
2729
"psr-4": {
2830
"Runtime\\React\\Tests\\": "tests/"
2931
}
30-
},
31-
"minimum-stability": "dev",
32-
"prefer-stable": true
32+
}
3333
}

0 commit comments

Comments
 (0)