improved install docs and composer (#187)

This commit is contained in:
Kevin Papst
2018-06-29 18:08:54 +02:00
committed by GitHub
parent 497a8f7a11
commit b05d416e80
4 changed files with 54 additions and 49 deletions

92
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "3ae4c225619897f7feb4f4e99da7bf01",
"content-hash": "91e4b63b85862338cd5c14989b384afa",
"packages": [
{
"name": "almasaeed2010/adminlte",
@@ -4094,49 +4094,6 @@
"homepage": "http://symfony.com",
"time": "2018-04-03T16:29:41+00:00"
},
{
"name": "symfony/thanks",
"version": "v1.0.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/thanks.git",
"reference": "bade4992c46ed722162694b4af8d72f84402819a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/thanks/zipball/bade4992c46ed722162694b4af8d72f84402819a",
"reference": "bade4992c46ed722162694b4af8d72f84402819a",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0",
"php": "^5.5.9|^7.0.0"
},
"type": "composer-plugin",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"class": "Symfony\\Thanks\\Thanks"
},
"autoload": {
"psr-4": {
"Symfony\\Thanks\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
}
],
"description": "Give thanks (in the form of a GitHub ⭐) to your fellow PHP package maintainers (not limited to Symfony components)!",
"time": "2018-03-14T21:51:39+00:00"
},
{
"name": "symfony/translation",
"version": "v4.1.1",
@@ -7206,6 +7163,49 @@
"homepage": "https://symfony.com",
"time": "2018-06-11T12:56:28+00:00"
},
{
"name": "symfony/thanks",
"version": "v1.0.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/thanks.git",
"reference": "bade4992c46ed722162694b4af8d72f84402819a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/thanks/zipball/bade4992c46ed722162694b4af8d72f84402819a",
"reference": "bade4992c46ed722162694b4af8d72f84402819a",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0",
"php": "^5.5.9|^7.0.0"
},
"type": "composer-plugin",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"class": "Symfony\\Thanks\\Thanks"
},
"autoload": {
"psr-4": {
"Symfony\\Thanks\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
}
],
"description": "Give thanks (in the form of a GitHub ⭐) to your fellow PHP package maintainers (not limited to Symfony components)!",
"time": "2018-03-14T21:51:39+00:00"
},
{
"name": "symfony/web-server-bundle",
"version": "v4.1.1",
@@ -7366,7 +7366,9 @@
"prefer-lowest": false,
"platform": {
"php": "^7.1.3",
"ext-pdo_sqlite": "*"
"ext-pdo": "*",
"ext-pdo_sqlite": "*",
"ext-intl": "*"
},
"platform-dev": []
}