Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 80e81a9

Browse files
authored
Merge pull request #17 from modulusphp/feature/dependency-updates
Package: updated the dependencies
2 parents 8875543 + 8828316 commit 80e81a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "modulusphp/console",
33
"description": "Modulus Commands",
4-
"version": "1.9.6",
4+
"version": "1.9.6.1",
55
"license": "MIT",
66
"type": "package",
77
"authors": [{
88
"name": "Donald Pakkies",
99
"email": "donaldpakkies@gmail.com"
1010
}],
1111
"require": {
12-
"atlantisphp/console": "^1.1",
13-
"modulusphp/support": "^1.9.2",
14-
"modulusphp/scaffolding": "^1.9.2",
12+
"atlantisphp/console": "1.1",
13+
"modulusphp/support": "1.9.*",
14+
"modulusphp/scaffolding": "1.9.*",
1515
"peppeocchi/php-cron-scheduler": "^2.3",
1616
"psy/psysh": "@stable"
1717
},

0 commit comments

Comments
 (0)