We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14910d commit 113aa49Copy full SHA for 113aa49
composer.json
@@ -1,8 +1,8 @@
1
{
2
"name": "runtime/react",
3
- "type": "library",
4
"description": "ReactPHP runtime",
5
"license": "MIT",
+ "type": "library",
6
"authors": [
7
8
"name": "Tobias Nyholm",
@@ -17,6 +17,8 @@
17
"require-dev": {
18
"symfony/phpunit-bridge": "^5.3"
19
},
20
+ "minimum-stability": "dev",
21
+ "prefer-stable": true,
22
"autoload": {
23
"psr-4": {
24
"Runtime\\React\\": "src/",
@@ -27,7 +29,5 @@
27
29
28
30
"Runtime\\React\\Tests\\": "tests/"
31
}
- },
- "minimum-stability": "dev",
32
- "prefer-stable": true
+ }
33
0 commit comments