|
23 | 23 | ], |
24 | 24 | "type": "flarum-extension", |
25 | 25 | "require": { |
26 | | - "flarum/core": "^2.0.0-beta", |
| 26 | + "flarum/core": "^2.0.0-beta.4", |
27 | 27 | "plesk/ratchetphp": "v1.0.4", |
28 | 28 | "pusher/pusher-php-server": "^7.2.0" |
29 | 29 | }, |
|
65 | 65 | }, |
66 | 66 | "conflict": { |
67 | 67 | "flarum/pusher": "*", |
68 | | - "kyrne/websocket": "*" |
| 68 | + "kyrne/websocket": "*", |
| 69 | + "flarum-com/realtime": "*" |
69 | 70 | }, |
70 | 71 | "autoload-dev": { |
71 | 72 | "psr-4": { |
|
88 | 89 | "test:setup": "Sets up a database for use with integration tests. Execute this only once." |
89 | 90 | }, |
90 | 91 | "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" |
100 | 101 | }, |
101 | | - "minimum-stability": "beta" |
| 102 | + "minimum-stability": "dev", |
| 103 | + "prefer-stable": true |
102 | 104 | } |
0 commit comments