Commit b60dd8ad authored by Nicolas Widart's avatar Nicolas Widart

Use new idavoll vendor name

parent eb932bcd
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
"composer/installers": "~1.0", "composer/installers": "~1.0",
"intervention/image": "^2.3", "intervention/image": "^2.3",
"idavoll/core-module": "~2.0", "idavoll/core-module": "~2.0",
"asgardcms/tag-module": "^1.0@dev", "idavoll/tag-module": "~2.0",
"guzzlehttp/psr7": "^1.3" "guzzlehttp/psr7": "^1.3"
}, },
"require-dev": { "require-dev": {
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"orchestra/testbench": "3.3.*", "orchestra/testbench": "3.3.*",
"fzaninotto/faker": "1.4.0", "fzaninotto/faker": "1.4.0",
"doctrine/dbal": "~2.5", "doctrine/dbal": "~2.5",
"asgardcms/page-module": "~2.0" "idavoll/page-module": "~2.0"
}, },
"autoload-dev": { "autoload-dev": {
"psr-4": { "psr-4": {
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
"php": ">=5.6", "php": ">=5.6",
"composer/installers": "~1.0", "composer/installers": "~1.0",
"idavoll/core-module": "~2.0", "idavoll/core-module": "~2.0",
"asgardcms/tag-module": "^1.0@dev" "idavoll/tag-module": "~2.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.0", "phpunit/phpunit": "~4.0",
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.0", "phpunit/phpunit": "~4.0",
"orchestra/testbench": "3.3.*", "orchestra/testbench": "3.3.*",
"asgardcms/page-module": "~2.0", "idavoll/page-module": "~2.0",
"phpro/grumphp": "^0.9.1", "phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11" "friendsofphp/php-cs-fixer": "^1.11"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment