Skip to content

Commit 4337bde

Browse files
committed
chore: cleanup composer.json
1 parent fcc04d2 commit 4337bde

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

extensions/realtime/composer.json

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"type": "flarum-extension",
2525
"require": {
26-
"flarum/core": "^2.0.0-beta",
26+
"flarum/core": "^2.0.0-beta.4",
2727
"plesk/ratchetphp": "v1.0.4",
2828
"pusher/pusher-php-server": "^7.2.0"
2929
},
@@ -65,7 +65,8 @@
6565
},
6666
"conflict": {
6767
"flarum/pusher": "*",
68-
"kyrne/websocket": "*"
68+
"kyrne/websocket": "*",
69+
"flarum-com/realtime": "*"
6970
},
7071
"autoload-dev": {
7172
"psr-4": {
@@ -88,15 +89,16 @@
8889
"test:setup": "Sets up a database for use with integration tests. Execute this only once."
8990
},
9091
"require-dev": {
91-
"fof/best-answer": "^2.0.0-beta",
92-
"flarum/lock": "^2.0.0-beta",
93-
"flarum/likes": "^2.0.0-beta",
94-
"flarum/flags": "^2.0.0-beta",
95-
"fof/reactions": "^2.0.0-beta",
96-
"flarum/phpstan": "^2.0.0-beta",
97-
"flarum/testing": "^2.0.0-beta",
98-
"flarum/messages": "^2.0.0-beta",
99-
"fof/discussion-views": "^2.0.0-beta"
92+
"fof/best-answer": "^2.0.0",
93+
"flarum/lock": "^2.0.0",
94+
"flarum/likes": "^2.0.0",
95+
"flarum/flags": "^2.0.0",
96+
"fof/reactions": "^2.0.0",
97+
"flarum/phpstan": "^2.0.0",
98+
"flarum/testing": "^2.0.0",
99+
"flarum/messages": "^2.0.0",
100+
"fof/discussion-views": "^2.0.0"
100101
},
101-
"minimum-stability": "beta"
102+
"minimum-stability": "dev",
103+
"prefer-stable": true
102104
}

0 commit comments

Comments
 (0)