Skip to content

Commit 5a84418

Browse files
committed
removes scaffolding. updates logger.
1 parent 3882fb3 commit 5a84418

20 files changed

+210
-2100
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"league/commonmark": "^2.6",
2121
"neuron-php/cli": "0.8.*",
2222
"robmorgan/phinx": "^0.16",
23-
"neuron-php/jobs": "0.2.*",
24-
"dragonmantank/cron-expression": "^3.4"
23+
"neuron-php/jobs": "0.2.*"
2524
},
2625
"require-dev": {
2726
"phpunit/phpunit": "9.*",
2827
"phpmd/phpmd": "^2.15",
29-
"mikey179/vfsstream": "^1.6"
28+
"mikey179/vfsstream": "^1.6",
29+
"neuron-php/scaffolding": "0.8.*"
3030
},
3131
"suggest": {
3232
"ext-redis": "Required for Redis cache storage backend"

0 commit comments

Comments
 (0)