diff --git a/composer.lock b/composer.lock index 8e3de74..e04bc2e 100644 --- a/composer.lock +++ b/composer.lock @@ -3087,16 +3087,16 @@ }, { "name": "jcalderonzumba/gastonjs", - "version": "v1.0.2", + "version": "dev-debug-klausi", "source": { "type": "git", - "url": "https://github.com/jcalderonzumba/gastonjs.git", - "reference": "21bebb8ca03eb0f93ec2f3fad61192fb079e2622" + "url": "https://github.com/klausi/gastonjs.git", + "reference": "9a845aaeb2ca20b7933b580e39a751695e3f2711" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/21bebb8ca03eb0f93ec2f3fad61192fb079e2622", - "reference": "21bebb8ca03eb0f93ec2f3fad61192fb079e2622", + "url": "https://api.github.com/repos/klausi/gastonjs/zipball/9a845aaeb2ca20b7933b580e39a751695e3f2711", + "reference": "9a845aaeb2ca20b7933b580e39a751695e3f2711", "shasum": "" }, "require": { @@ -3112,7 +3112,7 @@ "type": "phantomjs-api", "extra": { "branch-alias": { - "dev-master": "1.1.x-dev" + "dev-debug-klausi": "1.1.x-dev" } }, "autoload": { @@ -3120,7 +3120,11 @@ "Zumba\\GastonJS\\": "src" } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "Zumba\\GastonJS\\Tests\\": "tests/unit" + } + }, "license": [ "MIT" ], @@ -3140,7 +3144,10 @@ "headless", "phantomjs" ], - "time": "2016-01-18 09:21:03" + "support": { + "source": "https://github.com/klausi/gastonjs/tree/debug-klausi" + }, + "time": "2016-12-05 14:33:11" }, { "name": "jcalderonzumba/mink-phantomjs-driver", @@ -4208,7 +4215,8 @@ "aliases": [], "minimum-stability": "dev", "stability-flags": { - "behat/mink": 20 + "behat/mink": 20, + "jcalderonzumba/gastonjs": 20 }, "prefer-stable": true, "prefer-lowest": false, diff --git a/core/composer.json b/core/composer.json index 7ae0ccf..4dd96c9 100644 --- a/core/composer.json +++ b/core/composer.json @@ -3,6 +3,12 @@ "description": "Drupal is an open source content management platform powering millions of websites and applications.", "type": "drupal-core", "license": "GPL-2.0+", + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/klausi/gastonjs" + } + ], "require": { "php": ">=5.5.9", "symfony/class-loader": "~2.8", @@ -38,7 +44,7 @@ "require-dev": { "behat/mink": "1.7.x-dev", "behat/mink-goutte-driver": "~1.2", - "jcalderonzumba/gastonjs": "~1.0.2", + "jcalderonzumba/gastonjs": "dev-debug-klausi", "jcalderonzumba/mink-phantomjs-driver": "~0.3.1", "mikey179/vfsStream": "~1.2", "phpunit/phpunit": "~4.8",