Skip to content

Commit

Permalink
Support Core 2
Browse files Browse the repository at this point in the history
  • Loading branch information
siosphere committed Feb 27, 2018
1 parent 4d6d965 commit 6553fe4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Virge/Graphite/config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
*
* @author Michael Kramer
*/
Virge::registerService(QueueService::SERVICE_ID, new QueueService());
Virge::registerService(QueueService::SERVICE_ID, QueueService::class);
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "virge/graphite",
"require-dev": {
"virge/core": "~1.0",
"virge/cli": "~3.0",
"virge/db": "~2.0"
"virge/core": "~2.0",
"virge/cli": "~4.0",
"virge/db": "~3.0"
},
"autoload": {
"psr-4": {"Virge\\": "Virge/"}
Expand Down

0 comments on commit 6553fe4

Please sign in to comment.