From e2fa17ab559c470b6ba15f4d47f5ec2c7b2f85cc Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Sun, 1 Jul 2018 12:54:02 +0300 Subject: [PATCH] Update php dependencies --- composer.json | 4 +-- composer.lock | 93 +++++++++++++++++++++++++-------------------------- 2 files changed, 48 insertions(+), 49 deletions(-) diff --git a/composer.json b/composer.json index 57e7019..3712bba 100644 --- a/composer.json +++ b/composer.json @@ -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" } } diff --git a/composer.lock b/composer.lock index e70eb64..8e5a912 100644 --- a/composer.lock +++ b/composer.lock @@ -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": {