Update php dependencies

This commit is contained in:
Anton Vakhrushev 2018-07-01 12:54:02 +03:00
parent 6f43e38a0f
commit e2fa17ab55
2 changed files with 48 additions and 49 deletions

View File

@ -8,9 +8,9 @@
}
],
"require": {
"sculpin/sculpin": "dev-develop"
},
"require-dev": {
"nickpeirson/sculpin-sitemap-bundle": "^0.1.1"
"nickpeirson/sculpin-sitemap-bundle": "^0.1.1",
"sculpin/sculpin": "dev-develop"
}
}

93
composer.lock generated
View File

@ -4,8 +4,9 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "2ceda98de71b914666795da69e2c6df6",
"packages": [
"content-hash": "ee3de23d7bdf7c5f9065afb80cc91d6a",
"packages": [],
"packages-dev": [
{
"name": "dflydev/ant-path-matcher",
"version": "v1.0.3",
@ -550,6 +551,49 @@
],
"time": "2016-11-17T14:18:12+00:00"
},
{
"name": "nickpeirson/sculpin-sitemap-bundle",
"version": "0.1.1",
"source": {
"type": "git",
"url": "https://github.com/nickpeirson/sculpin-sitemap-bundle.git",
"reference": "db9c7c979fcf9c13af11c6dfdc7c3ff877cfb14a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nickpeirson/sculpin-sitemap-bundle/zipball/db9c7c979fcf9c13af11c6dfdc7c3ff877cfb14a",
"reference": "db9c7c979fcf9c13af11c6dfdc7c3ff877cfb14a",
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"sculpin/sculpin": ">=2.0.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Nickpeirson\\Sculpin\\Bundle\\SitemapBundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nick Peirson",
"email": "nickpeirson@gmail.com"
}
],
"description": "Sculpin sitemap bundle",
"keywords": [
"Sitemap",
"sculpin"
],
"time": "2016-10-07T17:18:47+00:00"
},
{
"name": "psr/container",
"version": "1.0.0",
@ -2149,51 +2193,6 @@
"time": "2017-05-11T10:04:12+00:00"
}
],
"packages-dev": [
{
"name": "nickpeirson/sculpin-sitemap-bundle",
"version": "0.1.1",
"source": {
"type": "git",
"url": "https://github.com/nickpeirson/sculpin-sitemap-bundle.git",
"reference": "db9c7c979fcf9c13af11c6dfdc7c3ff877cfb14a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nickpeirson/sculpin-sitemap-bundle/zipball/db9c7c979fcf9c13af11c6dfdc7c3ff877cfb14a",
"reference": "db9c7c979fcf9c13af11c6dfdc7c3ff877cfb14a",
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"sculpin/sculpin": ">=2.0.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Nickpeirson\\Sculpin\\Bundle\\SitemapBundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nick Peirson",
"email": "nickpeirson@gmail.com"
}
],
"description": "Sculpin sitemap bundle",
"keywords": [
"Sitemap",
"sculpin"
],
"time": "2016-10-07T17:18:47+00:00"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {