Skip to content

Commit

Permalink
Merge pull request #16 from NicoHaase/symfony-flex
Browse files Browse the repository at this point in the history
Changing the package type to "symfony-bundle" to enable Symfony Flex
  • Loading branch information
NicoHaase authored Apr 1, 2020
2 parents 2c193b1 + 227de7c commit 1fcb603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rewieer/taskschedulerbundle",
"description": "Task Scheduler with CRON for Symfony",
"type": "library",
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Rewieer\\TaskSchedulerBundle\\": ""
Expand Down

0 comments on commit 1fcb603

Please sign in to comment.