diff --git a/composer.json b/composer.json index 1511fa1091079bfc45caccebf3abe48a56840388..3be68c758d63b51e9836dd1708b0da22d9c7c21b 100644 --- a/composer.json +++ b/composer.json @@ -16,13 +16,18 @@ { "type": "composer", "url": "https://composer.typo3.org" + }, + { + "type": "vcs", + "url": "https://git-t3o.typo3.org/t3o/t3olayout.git" } ], "require": { "typo3/cms": "^7.6", "helhum/typo3-console": "4.1.2", "dmitryd/typo3-realurl": "^2.1", - "apache-solr-for-typo3/solr": "^6.0" + "apache-solr-for-typo3/solr": "^6.0", + "t3o/t3olayout": "dev-master" }, "config": { "bin-dir": "bin" diff --git a/composer.lock b/composer.lock index 2bf23c12943db309e5a1b00bfbf6bef60c081507..766b0f9374c3bcd44bc3a7e3679001696258c15c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "9c0ddcd23981590d0ecc925eed820d5c", + "content-hash": "ef31fc60ecb77d0d1f9bdc79ed26c3c6", "packages": [ { "name": "apache-solr-for-typo3/solr", @@ -1031,6 +1031,30 @@ "homepage": "https://symfony.com", "time": "2017-01-02T20:32:22+00:00" }, + { + "name": "t3o/t3olayout", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://git-t3o.typo3.org/t3o/t3olayout.git", + "reference": "a243e576bf338183b1ed9a000239a1477f24ad4c" + }, + "type": "typo3-cms-extension", + "autoload": { + "psr-4": { + "t3o\\t3olayout\\": "Classes/" + } + }, + "license": [ + "GPL-2.0+" + ], + "description": "Base extension for project t3olayout", + "homepage": "https://www.typo3.org", + "keywords": [ + "TYPO3 CMS" + ], + "time": "2017-02-10 14:36:05" + }, { "name": "typo3/class-alias-loader", "version": "1.0.0", @@ -1359,7 +1383,9 @@ "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "t3o/t3olayout": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": [],