Skip to content

Commit

Permalink
Merge pull request #7 from rejoice-framework/master-dev
Browse files Browse the repository at this point in the history
v0.1.0
  • Loading branch information
prinx authored Apr 27, 2021
2 parents f00fb49 + e4d9691 commit 841089b
Show file tree
Hide file tree
Showing 30 changed files with 5,451 additions and 265 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@
"prinx/array-utils": "^0.0",
"prinx/os-utils": "^0.0",
"psy/psysh": "^0.10",
"illuminate/database": "^8.11"
"illuminate/database": "^8.11",
"symfony/finder": "^5.2",
"peppeocchi/php-cron-scheduler": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^9.2"
"phpunit/phpunit": "^9.2",
"nunomaduro/collision": "^5.4"
},
"config": {
"optimize-autoloader": true
Expand All @@ -44,4 +47,4 @@
"Rejoice\\": "src/"
}
}
}
}
Loading

0 comments on commit 841089b

Please sign in to comment.