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 4dc8243 commit 1edb2d7Copy full SHA for 1edb2d7
composer.json
@@ -1,8 +1,8 @@
1
{
2
"name": "runtime/roadrunner-symfony-nyholm",
3
- "type": "library",
4
"description": "Roadrunner runtime for with nyholm/psr7",
5
"license": "MIT",
+ "type": "library",
6
"authors": [
7
8
"name": "Tobias Nyholm",
@@ -21,6 +21,8 @@
21
"require-dev": {
22
"symfony/phpunit-bridge": "^5.3"
23
},
24
+ "minimum-stability": "dev",
25
+ "prefer-stable": true,
26
"autoload": {
27
"psr-4": {
28
"Runtime\\RoadRunnerSymfonyNyholm\\": "src/"
@@ -30,7 +32,5 @@
30
32
31
33
"Runtime\\RoadRunnerSymfonyNyholm\\Tests\\": "tests/"
34
}
- },
- "minimum-stability": "dev",
35
- "prefer-stable": true
+ }
36
0 commit comments