From 75dc198c300474b5360a3452592f9f459c268505 Mon Sep 17 00:00:00 2001 From: Fabiano Alencar Date: Wed, 4 Apr 2018 15:57:54 -0300 Subject: [PATCH] commit composer lock --- .gitignore | 1 - composer.lock | 232 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 232 insertions(+), 1 deletion(-) create mode 100644 composer.lock diff --git a/.gitignore b/.gitignore index f196db5..73650a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ build-config.cfg -composer.lock /vendor/ /src/assets/style.css /src/assets/style.css.map diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..d22c309 --- /dev/null +++ b/composer.lock @@ -0,0 +1,232 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "This file is @generated automatically" + ], + "hash": "2aff10de77826d55a5df5980e5893c7f", + "content-hash": "91e58eddc6019ea3eb4dde9b105605f7", + "packages": [ + { + "name": "composer/installers", + "version": "v1.5.0", + "source": { + "type": "git", + "url": "https://github.com/composer/installers.git", + "reference": "049797d727261bf27f2690430d935067710049c2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/installers/zipball/049797d727261bf27f2690430d935067710049c2", + "reference": "049797d727261bf27f2690430d935067710049c2", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0" + }, + "replace": { + "roundcube/plugin-installer": "*", + "shama/baton": "*" + }, + "require-dev": { + "composer/composer": "1.0.*@dev", + "phpunit/phpunit": "^4.8.36" + }, + "type": "composer-plugin", + "extra": { + "class": "Composer\\Installers\\Plugin", + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\Installers\\": "src/Composer/Installers" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Kyle Robinson Young", + "email": "kyle@dontkry.com", + "homepage": "https://github.com/shama" + } + ], + "description": "A multi-framework Composer library installer", + "homepage": "https://composer.github.io/installers/", + "keywords": [ + "Craft", + "Dolibarr", + "Eliasis", + "Hurad", + "ImageCMS", + "Kanboard", + "Lan Management System", + "MODX Evo", + "Mautic", + "Maya", + "OXID", + "Plentymarkets", + "Porto", + "RadPHP", + "SMF", + "Thelia", + "WolfCMS", + "agl", + "aimeos", + "annotatecms", + "attogram", + "bitrix", + "cakephp", + "chef", + "cockpit", + "codeigniter", + "concrete5", + "croogo", + "dokuwiki", + "drupal", + "eZ Platform", + "elgg", + "expressionengine", + "fuelphp", + "grav", + "installer", + "itop", + "joomla", + "kohana", + "laravel", + "lavalite", + "lithium", + "magento", + "majima", + "mako", + "mediawiki", + "modulework", + "modx", + "moodle", + "osclass", + "phpbb", + "piwik", + "ppi", + "puppet", + "pxcms", + "reindex", + "roundcube", + "shopware", + "silverstripe", + "sydes", + "symfony", + "typo3", + "wordpress", + "yawik", + "zend", + "zikula" + ], + "time": "2017-12-29 09:13:20" + }, + { + "name": "twbs/bootstrap", + "version": "v4.0.0", + "source": { + "type": "git", + "url": "https://github.com/twbs/bootstrap.git", + "reference": "8a628b943cf31ca0a002c08af661a95772480225" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/twbs/bootstrap/zipball/8a628b943cf31ca0a002c08af661a95772480225", + "reference": "8a628b943cf31ca0a002c08af661a95772480225", + "shasum": "" + }, + "replace": { + "twitter/bootstrap": "self.version" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.3.x-dev" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jacob Thornton", + "email": "jacobthornton@gmail.com" + }, + { + "name": "Mark Otto", + "email": "markdotto@gmail.com" + } + ], + "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", + "homepage": "https://getbootstrap.com", + "keywords": [ + "JS", + "css", + "framework", + "front-end", + "mobile-first", + "responsive", + "sass", + "web" + ], + "time": "2018-01-18 18:29:48" + }, + { + "name": "wp-bootstrap/wp-bootstrap-navwalker", + "version": "v4.0.2", + "source": { + "type": "git", + "url": "https://github.com/wp-bootstrap/wp-bootstrap-navwalker.git", + "reference": "11e3e904296de2f2e5e47bd08a11e50b5e4616ae" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wp-bootstrap/wp-bootstrap-navwalker/zipball/11e3e904296de2f2e5e47bd08a11e50b5e4616ae", + "reference": "11e3e904296de2f2e5e47bd08a11e50b5e4616ae", + "shasum": "" + }, + "require": { + "composer/installers": "~1.0" + }, + "require-dev": { + "stevegrunwell/wp-enforcer": "^0.5.0" + }, + "type": "library", + "autoload": { + "files": [ + "class-wp-bootstrap-navwalker.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-3.0+" + ], + "authors": [ + { + "name": "Brandon Hubbard" + }, + { + "name": "William Patton", + "email": "will@pattonwebz.com" + } + ], + "description": "A custom WordPress nav walker class to fully implement the Bootstrap 4 navigation style in a custom theme using the WordPress built in menu manager.", + "time": "2018-02-25 23:24:31" + } + ], + "packages-dev": [], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": [], + "platform-dev": [] +}