Skip to content

Commit 33049cf

Browse files
committed
Composer: Use stable version only
1 parent 427c37b commit 33049cf

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
@@ -18,9 +18,9 @@
1818
],
1919
"require": {
2020
"php": ">=7.2",
21-
"mathematicator-core/tokenizer": "^2.2@dev",
22-
"mathematicator-core/engine": "^2.2@dev",
23-
"mathematicator-core/numbers": "^2.2@dev"
21+
"mathematicator-core/tokenizer": "^2.1",
22+
"mathematicator-core/engine": "^2.0",
23+
"mathematicator-core/numbers": "^2.1"
2424
},
2525
"require-dev": {
2626
"brainmaestro/composer-git-hooks": "dev-master",

0 commit comments

Comments
 (0)