Skip to content

Commit e7bc9c8

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "runtime/bref",
3-
"type": "library",
43
"description": "Bref runtime",
54
"license": "MIT",
5+
"type": "library",
66
"authors": [
77
{
88
"name": "Tobias Nyholm",
@@ -25,6 +25,8 @@
2525
"symfony/http-kernel": "^5.4 || ^6.0",
2626
"symfony/phpunit-bridge": "^5.3"
2727
},
28+
"minimum-stability": "dev",
29+
"prefer-stable": true,
2830
"autoload": {
2931
"psr-4": {
3032
"Runtime\\Bref\\": "src/"
@@ -38,8 +40,6 @@
3840
"Runtime\\Bref\\Tests\\": "tests/"
3941
}
4042
},
41-
"minimum-stability": "dev",
42-
"prefer-stable": true,
4343
"bin": [
4444
"bin/bref-local-handler.php"
4545
]

0 commit comments

Comments
 (0)