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 7598275 commit e7bc9c8Copy full SHA for e7bc9c8
composer.json
@@ -1,8 +1,8 @@
1
{
2
"name": "runtime/bref",
3
- "type": "library",
4
"description": "Bref runtime",
5
"license": "MIT",
+ "type": "library",
6
"authors": [
7
8
"name": "Tobias Nyholm",
@@ -25,6 +25,8 @@
25
"symfony/http-kernel": "^5.4 || ^6.0",
26
"symfony/phpunit-bridge": "^5.3"
27
},
28
+ "minimum-stability": "dev",
29
+ "prefer-stable": true,
30
"autoload": {
31
"psr-4": {
32
"Runtime\\Bref\\": "src/"
@@ -38,8 +40,6 @@
38
40
"Runtime\\Bref\\Tests\\": "tests/"
39
41
}
42
- "minimum-stability": "dev",
- "prefer-stable": true,
43
"bin": [
44
"bin/bref-local-handler.php"
45
]
0 commit comments