diff --git a/README.md b/README.md
index 48382f0..cb05574 100644
--- a/README.md
+++ b/README.md
@@ -6,21 +6,24 @@ This repository contains (almost) everything that makes up
Powered by [Sculpin](http://sculpin.io). =)
+### Install Composer if not exist.
+`curl -s https://getcomposer.org/installer | php`
+
+Or if you don't have curl:
+
+`php -r "readfile('https://getcomposer.org/installer');" | php`
Build
-----
### If You Already Have Composer
- composer install
- vendor/bin/sculpin generate --watch --server
+`php composer.phar install`
+
+`vendor/bin/sculpin generate --watch --server`
Your newly generated clone of [stackphp.com](http://stackphp.com) is now
-accessible at `http://localhost:8000/`.
+accessible at `http://127.0.0.1:8080/`.
-### If You Need Composer
- curl -s https://getcomposer.org/installer | php
- php composer.phar install
- vendor/bin/sculpin generate --watch --server
diff --git a/app/config/sculpin_kernel.yml b/app/config/sculpin_kernel.yml
deleted file mode 100644
index 1f54338..0000000
--- a/app/config/sculpin_kernel.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-framework:
- secret: not so secret but required to be set
diff --git a/composer.json b/composer.json
index 44514e3..b7ea915 100644
--- a/composer.json
+++ b/composer.json
@@ -17,10 +17,9 @@
"components/bootstrap": "~2.3.1",
"components/jquery": "~1.9.1",
"components/highlightjs": "~7.3.0",
- "components/font-awesome": "~3.0.2@dev",
+ "components/font-awesome": "~3.2.1",
"dflydev/embedded-composer": "@dev",
- "michelf/php-markdown": "@beta",
"composer/composer": "@dev"
},
"config": {
diff --git a/composer.lock b/composer.lock
index 3f13604..0fcf524 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1,22 +1,23 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
- "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
+ "This file is @generated automatically"
],
- "hash": "57b53cd2585311edf325ca0a78a83ae5",
+ "content-hash": "66fe931e0f3001db34913be081edb463",
"packages": [
{
"name": "components/bootstrap",
- "version": "2.3.1",
+ "version": "2.3.2",
"source": {
"type": "git",
"url": "https://github.com/components/bootstrap.git",
- "reference": "2.3.1"
+ "reference": "4e517c991623b3bd913e2becd44831b2c9b0be90"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/components/bootstrap/zipball/2.3.1",
- "reference": "2.3.1",
+ "url": "https://api.github.com/repos/components/bootstrap/zipball/4e517c991623b3bd913e2becd44831b2c9b0be90",
+ "reference": "4e517c991623b3bd913e2becd44831b2c9b0be90",
"shasum": ""
},
"require": {
@@ -58,20 +59,20 @@
"bootstrap",
"css"
],
- "time": "2013-04-24 18:00:29"
+ "time": "2013-07-18T20:01:48+00:00"
},
{
"name": "components/font-awesome",
- "version": "dev-master",
+ "version": "3.2.1",
"source": {
"type": "git",
"url": "https://github.com/components/font-awesome.git",
- "reference": "df0a0115b67683f192cc52b0ae9e8cc01ac8d651"
+ "reference": "44e665c187000d03eb055a14eeb74f89445212e6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/components/font-awesome/zipball/df0a0115b67683f192cc52b0ae9e8cc01ac8d651",
- "reference": "df0a0115b67683f192cc52b0ae9e8cc01ac8d651",
+ "url": "https://api.github.com/repos/components/font-awesome/zipball/44e665c187000d03eb055a14eeb74f89445212e6",
+ "reference": "44e665c187000d03eb055a14eeb74f89445212e6",
"shasum": ""
},
"require": {
@@ -80,7 +81,7 @@
"type": "component",
"extra": {
"branch-alias": {
- "dev-master": "3.0-dev"
+ "dev-master": "3.2-dev"
},
"component": {
"styles": [
@@ -88,7 +89,7 @@
],
"files": [
"css/font-awesome.min.css",
- "css/font-awesome-ie7.min.css",
+ "css/font-awesome-ie7.*",
"font/*"
]
}
@@ -99,7 +100,7 @@
"OFL-1.1"
],
"description": "The iconic font designed for use with Twitter Bootstrap.",
- "time": "2013-04-26 16:32:48"
+ "time": "2013-07-27T07:29:06+00:00"
},
{
"name": "components/highlightjs",
@@ -107,12 +108,12 @@
"source": {
"type": "git",
"url": "https://github.com/components/highlightjs.git",
- "reference": "7.3.0"
+ "reference": "60f5b260c3ae12578f7241e15e8102e9b65c4d3b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/components/highlightjs/zipball/7.3.0",
- "reference": "7.3.0",
+ "url": "https://api.github.com/repos/components/highlightjs/zipball/60f5b260c3ae12578f7241e15e8102e9b65c4d3b",
+ "reference": "60f5b260c3ae12578f7241e15e8102e9b65c4d3b",
"shasum": ""
},
"require": {
@@ -144,7 +145,7 @@
}
],
"description": "Highlight.js highlights syntax in code examples on blogs, forums and in fact on any web pages.",
- "time": "2013-04-24 15:11:49"
+ "time": "2013-04-24T15:11:49+00:00"
},
{
"name": "components/jquery",
@@ -152,12 +153,12 @@
"source": {
"type": "git",
"url": "https://github.com/components/jquery.git",
- "reference": "1.9.1"
+ "reference": "ae5c0c13cf163b3751ce55f9d9e97c1ba7ff796d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/components/jquery/zipball/1.9.1",
- "reference": "1.9.1",
+ "url": "https://api.github.com/repos/components/jquery/zipball/ae5c0c13cf163b3751ce55f9d9e97c1ba7ff796d",
+ "reference": "ae5c0c13cf163b3751ce55f9d9e97c1ba7ff796d",
"shasum": ""
},
"require": {
@@ -172,7 +173,8 @@
"files": [
"jquery.min.js",
"jquery-migrate.js",
- "jquery-migrate.min.js"
+ "jquery-migrate.min.js",
+ "jquery.min.map"
]
}
},
@@ -183,13 +185,71 @@
"authors": [
{
"name": "John Resig",
- "email": "jeresig@gmail.com",
- "homepage": "http://ejohn.org/"
+ "email": "jeresig@gmail.com"
}
],
"description": "jQuery JavaScript Library",
"homepage": "http://jquery.com",
- "time": "2013-04-22 17:13:31"
+ "time": "2014-10-11T11:52:45+00:00"
+ },
+ {
+ "name": "composer/ca-bundle",
+ "version": "1.0.8",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/composer/ca-bundle.git",
+ "reference": "9dd73a03951357922d8aee6cc084500de93e2343"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/composer/ca-bundle/zipball/9dd73a03951357922d8aee6cc084500de93e2343",
+ "reference": "9dd73a03951357922d8aee6cc084500de93e2343",
+ "shasum": ""
+ },
+ "require": {
+ "ext-openssl": "*",
+ "ext-pcre": "*",
+ "php": "^5.3.2 || ^7.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.5",
+ "psr/log": "^1.0",
+ "symfony/process": "^2.5 || ^3.0"
+ },
+ "suggest": {
+ "symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Composer\\CaBundle\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jordi Boggiano",
+ "email": "j.boggiano@seld.be",
+ "homepage": "http://seld.be"
+ }
+ ],
+ "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
+ "keywords": [
+ "cabundle",
+ "cacert",
+ "certificate",
+ "ssl",
+ "tls"
+ ],
+ "time": "2017-09-11T07:24:36+00:00"
},
{
"name": "composer/composer",
@@ -197,28 +257,37 @@
"source": {
"type": "git",
"url": "https://github.com/composer/composer.git",
- "reference": "3aa78431464a695f0c707e33413a0f81a9347a0b"
+ "reference": "edece864e7e4c668dcad6601df70777882d22116"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/composer/zipball/3aa78431464a695f0c707e33413a0f81a9347a0b",
- "reference": "3aa78431464a695f0c707e33413a0f81a9347a0b",
+ "url": "https://api.github.com/repos/composer/composer/zipball/edece864e7e4c668dcad6601df70777882d22116",
+ "reference": "edece864e7e4c668dcad6601df70777882d22116",
"shasum": ""
},
"require": {
- "justinrainbow/json-schema": "1.1.*",
- "php": ">=5.3.2",
- "seld/jsonlint": "1.*",
- "symfony/console": ">=2.1,<3.0",
- "symfony/finder": ">=2.1,<3.0",
- "symfony/process": ">=2.1,<3.0"
+ "composer/ca-bundle": "^1.0",
+ "composer/semver": "^1.0",
+ "composer/spdx-licenses": "^1.0",
+ "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
+ "php": "^5.3.2 || ^7.0",
+ "psr/log": "^1.0",
+ "seld/cli-prompt": "^1.0",
+ "seld/jsonlint": "^1.4",
+ "seld/phar-utils": "^1.0",
+ "symfony/console": "^2.7 || ^3.0",
+ "symfony/filesystem": "^2.7 || ^3.0",
+ "symfony/finder": "^2.7 || ^3.0",
+ "symfony/process": "^2.7 || ^3.0"
},
"require-dev": {
- "phpunit/phpunit": ">=3.7.10.0,<3.8"
+ "phpunit/phpunit": "^4.5 || ^5.0.5",
+ "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
},
"suggest": {
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
- "ext-zip": "Enabling the zip extension allows you to unzip archives, and allows gzip compression of all internet traffic"
+ "ext-zip": "Enabling the zip extension allows you to unzip archives",
+ "ext-zlib": "Allow gzip compression of HTTP requests"
},
"bin": [
"bin/composer"
@@ -226,12 +295,12 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.0-dev"
+ "dev-master": "1.6-dev"
}
},
"autoload": {
- "psr-0": {
- "Composer": "src/"
+ "psr-4": {
+ "Composer\\": "src/Composer"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -239,26 +308,148 @@
"MIT"
],
"authors": [
+ {
+ "name": "Nils Adermann",
+ "email": "naderman@naderman.de",
+ "homepage": "http://www.naderman.de"
+ },
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
- "homepage": "http://seld.be",
- "role": "Developer"
+ "homepage": "http://seld.be"
+ }
+ ],
+ "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
+ "homepage": "https://getcomposer.org/",
+ "keywords": [
+ "autoload",
+ "dependency",
+ "package"
+ ],
+ "time": "2017-09-19T08:42:10+00:00"
+ },
+ {
+ "name": "composer/semver",
+ "version": "1.4.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/composer/semver.git",
+ "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
+ "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^5.3.2 || ^7.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.5 || ^5.0.5",
+ "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Composer\\Semver\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nils Adermann",
+ "email": "naderman@naderman.de",
+ "homepage": "http://www.naderman.de"
+ },
+ {
+ "name": "Jordi Boggiano",
+ "email": "j.boggiano@seld.be",
+ "homepage": "http://seld.be"
},
+ {
+ "name": "Rob Bast",
+ "email": "rob.bast@gmail.com",
+ "homepage": "http://robbast.nl"
+ }
+ ],
+ "description": "Semver library that offers utilities, version constraint parsing and validation.",
+ "keywords": [
+ "semantic",
+ "semver",
+ "validation",
+ "versioning"
+ ],
+ "time": "2016-08-30T16:08:34+00:00"
+ },
+ {
+ "name": "composer/spdx-licenses",
+ "version": "1.1.6",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/composer/spdx-licenses.git",
+ "reference": "2603a0d7ddc00a015deb576fa5297ca43dee6b1c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/2603a0d7ddc00a015deb576fa5297ca43dee6b1c",
+ "reference": "2603a0d7ddc00a015deb576fa5297ca43dee6b1c",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^5.3.2 || ^7.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.5 || ^5.0.5",
+ "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Composer\\Spdx\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
+ },
+ {
+ "name": "Jordi Boggiano",
+ "email": "j.boggiano@seld.be",
+ "homepage": "http://seld.be"
+ },
+ {
+ "name": "Rob Bast",
+ "email": "rob.bast@gmail.com",
+ "homepage": "http://robbast.nl"
}
],
- "description": "Dependency Manager",
- "homepage": "http://getcomposer.org/",
+ "description": "SPDX licenses list and validation library.",
"keywords": [
- "autoload",
- "dependency",
- "package"
+ "license",
+ "spdx",
+ "validator"
],
- "time": "2013-04-26 09:02:53"
+ "time": "2017-04-03T19:08:52+00:00"
},
{
"name": "dflydev/ant-path-matcher",
@@ -266,12 +457,12 @@
"source": {
"type": "git",
"url": "https://github.com/dflydev/dflydev-util-antPathMatcher.git",
- "reference": "v1.0.3"
+ "reference": "66e0ed7cd07e1d989b170472d000b99ab8c9e33e"
},
"dist": {
"type": "zip",
- "url": "https://github.com/dflydev/dflydev-util-antPathMatcher/archive/v1.0.3.zip",
- "reference": "v1.0.3",
+ "url": "https://api.github.com/repos/dflydev/dflydev-util-antPathMatcher/zipball/66e0ed7cd07e1d989b170472d000b99ab8c9e33e",
+ "reference": "66e0ed7cd07e1d989b170472d000b99ab8c9e33e",
"shasum": ""
},
"require": {
@@ -307,20 +498,20 @@
"path",
"pattern"
],
- "time": "2012-12-03 05:03:00"
+ "time": "2012-12-03T05:03:00+00:00"
},
{
"name": "dflydev/apache-mime-types",
- "version": "v1.0.0",
+ "version": "v1.0.1",
"source": {
"type": "git",
- "url": "https://github.com/dflydev/dflydev-apache-mime-types",
- "reference": "v1.0.0"
+ "url": "https://github.com/dflydev/dflydev-apache-mime-types.git",
+ "reference": "f30a57e59b7476e4c5270b6a0727d79c9c0eb861"
},
"dist": {
"type": "zip",
- "url": "https://github.com/dflydev/dflydev-apache-mime-types/archive/v1.0.0.zip",
- "reference": "v1.0.0",
+ "url": "https://api.github.com/repos/dflydev/dflydev-apache-mime-types/zipball/f30a57e59b7476e4c5270b6a0727d79c9c0eb861",
+ "reference": "f30a57e59b7476e4c5270b6a0727d79c9c0eb861",
"shasum": ""
},
"require": {
@@ -362,20 +553,75 @@
"mime",
"mimetypes"
],
- "time": "2012-12-06 21:22:16"
+ "time": "2013-05-14T02:02:01+00:00"
},
{
- "name": "dflydev/dot-access-configuration",
+ "name": "dflydev/canal",
"version": "v1.0.0",
"source": {
"type": "git",
- "url": "https://github.com/dflydev/dflydev-dot-access-configuration",
- "reference": "v1.0.0"
+ "url": "https://github.com/dflydev/dflydev-canal.git",
+ "reference": "668af213d86f0f378f5dcce6799b974044fa6a51"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/dflydev/dflydev-canal/zipball/668af213d86f0f378f5dcce6799b974044fa6a51",
+ "reference": "668af213d86f0f378f5dcce6799b974044fa6a51",
+ "shasum": ""
+ },
+ "require": {
+ "dflydev/apache-mime-types": "1.0.*",
+ "php": ">=5.3.3",
+ "webignition/internet-media-type": "0.*"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Dflydev\\Canal": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Dragonfly Development Inc.",
+ "email": "info@dflydev.com",
+ "homepage": "http://dflydev.com"
+ },
+ {
+ "name": "Beau Simensen",
+ "email": "beau@dflydev.com",
+ "homepage": "http://beausimensen.com"
+ }
+ ],
+ "description": "Content analysis for the purpose of determining Internet media types.",
+ "keywords": [
+ "content",
+ "detection",
+ "mime",
+ "type"
+ ],
+ "time": "2013-05-14T05:22:25+00:00"
+ },
+ {
+ "name": "dflydev/dot-access-configuration",
+ "version": "v1.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git",
+ "reference": "ae6e7138b1d9063d343322cca63994ee1ac5161d"
},
"dist": {
"type": "zip",
- "url": "https://github.com/dflydev/dflydev-dot-access-configuration/archive/v1.0.0.zip",
- "reference": "v1.0.0",
+ "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/ae6e7138b1d9063d343322cca63994ee1ac5161d",
+ "reference": "ae6e7138b1d9063d343322cca63994ee1ac5161d",
"shasum": ""
},
"require": {
@@ -384,7 +630,7 @@
"php": ">=5.3.2"
},
"require-dev": {
- "symfony/yaml": ">=2.1,<3.0"
+ "symfony/yaml": "~2.1"
},
"suggest": {
"symfony/yaml": "Required for using the YAML Configuration Builders"
@@ -422,20 +668,20 @@
"config",
"configuration"
],
- "time": "2012-10-21 18:33:18"
+ "time": "2016-12-12T17:43:40+00:00"
},
{
"name": "dflydev/dot-access-data",
- "version": "v1.0.0",
+ "version": "v1.1.0",
"source": {
"type": "git",
- "url": "https://github.com/dflydev/dflydev-dot-access-data",
- "reference": "v1.0.0"
+ "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
+ "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
},
"dist": {
"type": "zip",
- "url": "https://github.com/dflydev/dflydev-dot-access-data/zipball/v1.0.0",
- "reference": "v1.0.0",
+ "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
+ "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
"shasum": ""
},
"require": {
@@ -466,6 +712,11 @@
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
+ },
+ {
+ "name": "Carlos Frutos",
+ "email": "carlos@kiwing.it",
+ "homepage": "https://github.com/cfrutos"
}
],
"description": "Given a deep data structure, access data by dot notation.",
@@ -476,7 +727,7 @@
"dot",
"notation"
],
- "time": "2012-07-17 13:32:32"
+ "time": "2017-01-20T21:14:22+00:00"
},
{
"name": "dflydev/embedded-composer",
@@ -484,18 +735,17 @@
"source": {
"type": "git",
"url": "https://github.com/dflydev/dflydev-embedded-composer.git",
- "reference": "ec6aac4de920533e98019dba21b0befcfc4a3c49"
+ "reference": "c9ca20fd3ccfbfb7bfcc3c65c33191f458c8a3a7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/dflydev/dflydev-embedded-composer/zipball/ec6aac4de920533e98019dba21b0befcfc4a3c49",
- "reference": "ec6aac4de920533e98019dba21b0befcfc4a3c49",
+ "url": "https://api.github.com/repos/dflydev/dflydev-embedded-composer/zipball/c9ca20fd3ccfbfb7bfcc3c65c33191f458c8a3a7",
+ "reference": "c9ca20fd3ccfbfb7bfcc3c65c33191f458c8a3a7",
"shasum": ""
},
"require": {
- "composer/composer": "1.*@dev",
- "php": ">=5.3.2",
- "seld/jsonlint": "1.*"
+ "composer/composer": "^1.0",
+ "php": ">=5.3.2"
},
"replace": {
"dflydev/embedded-composer-bundle": "self.version",
@@ -503,11 +753,12 @@
"dflydev/embedded-composer-core": "self.version"
},
"require-dev": {
- "symfony/console": ">=2.1,<3.0",
- "symfony/http-kernel": ">=2.1,<3.0"
+ "phpunit/phpunit": "~3.7.10",
+ "symfony/console": "~2.3@dev",
+ "symfony/http-kernel": "~2.1"
},
"suggest": {
- "symfony/console": "~2.1",
+ "symfony/console": "~2.3",
"symfony/http-kernel": "~2.1"
},
"type": "library",
@@ -543,20 +794,20 @@
"embedded",
"extensibility"
],
- "time": "2012-12-14 05:31:26"
+ "time": "2016-05-21T00:49:42+00:00"
},
{
"name": "dflydev/placeholder-resolver",
"version": "v1.0.2",
"source": {
"type": "git",
- "url": "https://github.com/dflydev/dflydev-placeholder-resolver",
- "reference": "v1.0.2"
+ "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git",
+ "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356"
},
"dist": {
"type": "zip",
- "url": "https://github.com/dflydev/dflydev-placeholder-resolver/archive/v1.0.2.zip",
- "reference": "v1.0.2",
+ "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
+ "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
"shasum": ""
},
"require": {
@@ -595,25 +846,25 @@
"placeholder",
"resolver"
],
- "time": "2012-10-28 14:08:28"
+ "time": "2012-10-28T21:08:28+00:00"
},
{
"name": "dflydev/symfony-finder-factory",
"version": "v1.0.0",
"source": {
"type": "git",
- "url": "https://github.com/dflydev/dflydev-symfony-finder-factory",
- "reference": "v1.0.0"
+ "url": "https://github.com/dflydev/dflydev-symfony-finder-factory.git",
+ "reference": "101b2decf308bfac9c9bbc52be1738e1fa863a8a"
},
"dist": {
"type": "zip",
- "url": "https://github.com/dflydev/dflydev-symfony-finder-factory/archive/v1.0.0.zip",
- "reference": "v1.0.0",
+ "url": "https://api.github.com/repos/dflydev/dflydev-symfony-finder-factory/zipball/101b2decf308bfac9c9bbc52be1738e1fa863a8a",
+ "reference": "101b2decf308bfac9c9bbc52be1738e1fa863a8a",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
- "symfony/finder": ">=2.0,<3.0"
+ "symfony/finder": "~2.0"
},
"type": "library",
"extra": {
@@ -648,34 +899,37 @@
"finder",
"syfony"
],
- "time": "2012-11-09 16:45:28"
+ "time": "2012-11-09T16:45:28+00:00"
},
{
- "name": "doctrine/common",
- "version": "2.3.0",
+ "name": "doctrine/inflector",
+ "version": "v1.0.1",
"source": {
"type": "git",
- "url": "https://github.com/doctrine/common",
- "reference": "2.3.0"
+ "url": "https://github.com/doctrine/inflector.git",
+ "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
},
"dist": {
"type": "zip",
- "url": "https://github.com/doctrine/common/zipball/2.3.0",
- "reference": "2.3.0",
+ "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
+ "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
+ "require-dev": {
+ "phpunit/phpunit": "4.*"
+ },
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.3.x-dev"
+ "dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-0": {
- "Doctrine\\Common": "lib/"
+ "Doctrine\\Common\\Inflector\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -683,16 +937,6 @@
"MIT"
],
"authors": [
- {
- "name": "Jonathan Wage",
- "email": "jonwage@gmail.com",
- "homepage": "http://www.jwage.com/"
- },
- {
- "name": "Guilherme Blanco",
- "email": "guilhermeblanco@gmail.com",
- "homepage": "http://www.instaclick.com"
- },
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
@@ -701,42 +945,55 @@
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
+ {
+ "name": "Guilherme Blanco",
+ "email": "guilhermeblanco@gmail.com"
+ },
+ {
+ "name": "Jonathan Wage",
+ "email": "jonwage@gmail.com"
+ },
{
"name": "Johannes Schmitt",
- "email": "schmittjoh@gmail.com",
- "homepage": "https://github.com/schmittjoh",
- "role": "Developer of wrapped JMSSerializerBundle"
+ "email": "schmittjoh@gmail.com"
}
],
- "description": "Common Library for Doctrine projects",
+ "description": "Common String Manipulations with regard to casing and singular/plural rules.",
"homepage": "http://www.doctrine-project.org",
"keywords": [
- "annotations",
- "collections",
- "eventmanager",
- "persistence",
- "spl"
+ "inflection",
+ "pluralize",
+ "singularize",
+ "string"
],
- "time": "2012-09-19 22:55:18"
+ "time": "2014-12-20T21:24:13+00:00"
},
{
"name": "evenement/evenement",
- "version": "v1.0.0",
+ "version": "v2.1.0",
"source": {
"type": "git",
- "url": "https://github.com/igorw/evenement",
- "reference": "v1.0.0"
+ "url": "https://github.com/igorw/evenement.git",
+ "reference": "6ba9a777870ab49f417e703229d53931ed40fd7a"
},
"dist": {
"type": "zip",
- "url": "https://github.com/igorw/evenement/zipball/v1.0.0",
- "reference": "v1.0.0",
+ "url": "https://api.github.com/repos/igorw/evenement/zipball/6ba9a777870ab49f417e703229d53931ed40fd7a",
+ "reference": "6ba9a777870ab49f417e703229d53931ed40fd7a",
"shasum": ""
},
"require": {
- "php": ">=5.3.0"
+ "php": ">=5.4.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^6.0||^5.7||^4.8.35"
},
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.0-dev"
+ }
+ },
"autoload": {
"psr-0": {
"Evenement": "src"
@@ -749,92 +1006,138 @@
"authors": [
{
"name": "Igor Wiedler",
- "email": "igor@wiedler.ch",
- "homepage": "http://wiedler.ch/igor/"
+ "email": "igor@wiedler.ch"
}
],
- "description": "Événement is a very simple event dispatching library for PHP 5.3",
+ "description": "Événement is a very simple event dispatching library for PHP",
"keywords": [
- "event-dispatcher"
+ "event-dispatcher",
+ "event-emitter"
],
- "time": "2012-05-30 08:01:08"
+ "time": "2017-07-17T17:39:19+00:00"
},
{
- "name": "guzzle/common",
- "version": "v3.0.7",
- "target-dir": "Guzzle/Common",
+ "name": "justinrainbow/json-schema",
+ "version": "5.2.6",
"source": {
"type": "git",
- "url": "git://github.com/guzzle/common.git",
- "reference": "v3.0.7"
+ "url": "https://github.com/justinrainbow/json-schema.git",
+ "reference": "d283e11b6e14c6f4664cf080415c4341293e5bbd"
},
"dist": {
"type": "zip",
- "url": "https://github.com/guzzle/common/archive/v3.0.7.zip",
- "reference": "v3.0.7",
+ "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/d283e11b6e14c6f4664cf080415c4341293e5bbd",
+ "reference": "d283e11b6e14c6f4664cf080415c4341293e5bbd",
"shasum": ""
},
"require": {
- "php": ">=5.3.2",
- "symfony/event-dispatcher": ">=2.1"
+ "php": ">=5.3.3"
},
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "^2.1",
+ "json-schema/json-schema-test-suite": "1.2.0",
+ "phpunit/phpunit": "^4.8.22"
+ },
+ "bin": [
+ "bin/validate-json"
+ ],
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "3.0-dev"
+ "dev-master": "5.0.x-dev"
}
},
"autoload": {
- "psr-0": {
- "Guzzle\\Common": ""
+ "psr-4": {
+ "JsonSchema\\": "src/JsonSchema/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
- "description": "Common libraries used by Guzzle",
- "homepage": "http://guzzlephp.org/",
+ "authors": [
+ {
+ "name": "Bruno Prieto Reis",
+ "email": "bruno.p.reis@gmail.com"
+ },
+ {
+ "name": "Justin Rainbow",
+ "email": "justin.rainbow@gmail.com"
+ },
+ {
+ "name": "Igor Wiedler",
+ "email": "igor@wiedler.ch"
+ },
+ {
+ "name": "Robert Schönthal",
+ "email": "seroscho@googlemail.com"
+ }
+ ],
+ "description": "A library to validate a json schema.",
+ "homepage": "https://github.com/justinrainbow/json-schema",
"keywords": [
- "collection",
- "common",
- "event",
- "exception"
+ "json",
+ "schema"
],
- "time": "2012-12-19 23:06:35"
+ "time": "2017-10-21T13:15:38+00:00"
},
{
- "name": "guzzle/http",
- "version": "v3.0.7",
- "target-dir": "Guzzle/Http",
+ "name": "kriswallsmith/assetic",
+ "version": "v1.4.0",
"source": {
"type": "git",
- "url": "git://github.com/guzzle/http.git",
- "reference": "v3.0.7"
+ "url": "https://github.com/kriswallsmith/assetic.git",
+ "reference": "e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1"
},
"dist": {
"type": "zip",
- "url": "https://github.com/guzzle/http/archive/v3.0.7.zip",
- "reference": "v3.0.7",
+ "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1",
+ "reference": "e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1",
"shasum": ""
},
"require": {
- "ext-curl": "*",
- "guzzle/common": "self.version",
- "guzzle/parser": "self.version",
- "guzzle/stream": "self.version",
- "php": ">=5.3.2"
+ "php": ">=5.3.1",
+ "symfony/process": "~2.1|~3.0"
+ },
+ "conflict": {
+ "twig/twig": "<1.27"
+ },
+ "require-dev": {
+ "leafo/lessphp": "^0.3.7",
+ "leafo/scssphp": "~0.1",
+ "meenie/javascript-packer": "^1.1",
+ "mrclay/minify": "<2.3",
+ "natxet/cssmin": "3.0.4",
+ "patchwork/jsqueeze": "~1.0|~2.0",
+ "phpunit/phpunit": "~4.8 || ^5.6",
+ "psr/log": "~1.0",
+ "ptachoire/cssembed": "~1.0",
+ "symfony/phpunit-bridge": "~2.7|~3.0",
+ "twig/twig": "~1.23|~2.0",
+ "yfix/packager": "dev-master"
+ },
+ "suggest": {
+ "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
+ "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
+ "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
+ "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
+ "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
+ "twig/twig": "Assetic provides the integration with the Twig templating engine"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "3.0-dev"
+ "dev-master": "1.4-dev"
}
},
"autoload": {
"psr-0": {
- "Guzzle\\Http": ""
- }
+ "Assetic": "src/"
+ },
+ "files": [
+ "src/functions.php"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -842,192 +1145,150 @@
],
"authors": [
{
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
+ "name": "Kris Wallsmith",
+ "email": "kris.wallsmith@gmail.com",
+ "homepage": "http://kriswallsmith.net/"
}
],
- "description": "HTTP libraries used by Guzzle",
- "homepage": "http://guzzlephp.org/",
+ "description": "Asset Management for PHP",
+ "homepage": "https://github.com/kriswallsmith/assetic",
"keywords": [
- "Guzzle",
- "client",
- "curl",
- "http",
- "http client"
+ "assets",
+ "compression",
+ "minification"
],
- "time": "2012-12-14 00:49:17"
+ "time": "2016-11-11T18:43:20+00:00"
},
{
- "name": "guzzle/parser",
- "version": "v3.0.7",
- "target-dir": "Guzzle/Parser",
+ "name": "michelf/php-markdown",
+ "version": "1.7.0",
"source": {
"type": "git",
- "url": "git://github.com/guzzle/parser.git",
- "reference": "v3.0.7"
+ "url": "https://github.com/michelf/php-markdown.git",
+ "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220"
},
"dist": {
"type": "zip",
- "url": "https://github.com/guzzle/parser/archive/v3.0.7.zip",
- "reference": "v3.0.7",
+ "url": "https://api.github.com/repos/michelf/php-markdown/zipball/1f51cc520948f66cd2af8cbc45a5ee175e774220",
+ "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220",
"shasum": ""
},
"require": {
- "php": ">=5.3.2"
+ "php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "3.0-dev"
+ "dev-lib": "1.4.x-dev"
}
},
"autoload": {
"psr-0": {
- "Guzzle\\Parser": ""
+ "Michelf": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "MIT"
+ "BSD-3-Clause"
],
- "description": "Interchangeable parsers used by Guzzle",
- "homepage": "http://guzzlephp.org/",
+ "authors": [
+ {
+ "name": "Michel Fortin",
+ "email": "michel.fortin@michelf.ca",
+ "homepage": "https://michelf.ca/",
+ "role": "Developer"
+ },
+ {
+ "name": "John Gruber",
+ "homepage": "https://daringfireball.net/"
+ }
+ ],
+ "description": "PHP Markdown",
+ "homepage": "https://michelf.ca/projects/php-markdown/",
"keywords": [
- "URI Template",
- "cookie",
- "http",
- "message",
- "url"
+ "markdown"
],
- "time": "2012-12-07 16:45:11"
+ "time": "2016-10-29T18:58:20+00:00"
},
{
- "name": "guzzle/stream",
- "version": "v3.0.7",
- "target-dir": "Guzzle/Stream",
+ "name": "netcarver/textile",
+ "version": "v3.5.5",
"source": {
"type": "git",
- "url": "https://github.com/guzzle/stream",
- "reference": "v3.0.7"
+ "url": "https://github.com/textile/php-textile.git",
+ "reference": "1b95af533775316d09bd36a38bee2c0b804add12"
},
"dist": {
"type": "zip",
- "url": "https://github.com/guzzle/stream/archive/v3.0.7.zip",
- "reference": "v3.0.7",
+ "url": "https://api.github.com/repos/textile/php-textile/zipball/1b95af533775316d09bd36a38bee2c0b804add12",
+ "reference": "1b95af533775316d09bd36a38bee2c0b804add12",
"shasum": ""
},
"require": {
- "guzzle/common": "self.version",
- "php": ">=5.3.2"
+ "php": ">=5.3.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*",
+ "satooshi/php-coveralls": "0.6.*",
+ "squizlabs/php_codesniffer": "1.5.*",
+ "symfony/yaml": "2.3.*"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "3.0-dev"
+ "dev-master": "3.5-dev"
}
},
"autoload": {
"psr-0": {
- "Guzzle\\Stream": ""
+ "Netcarver\\Textile": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
- }
+ "BSD-3-Clause"
],
- "description": "Guzzle stream wrapper component",
- "homepage": "http://guzzlephp.org/",
+ "description": "Textile markup language parser",
+ "homepage": "https://github.com/textile/php-textile",
"keywords": [
- "Guzzle",
- "component",
- "stream"
+ "document",
+ "format",
+ "html",
+ "language",
+ "markup",
+ "parser",
+ "php-textile",
+ "plaintext",
+ "textile"
],
- "time": "2012-12-07 16:45:11"
+ "time": "2014-01-02T09:39:06+00:00"
},
{
- "name": "justinrainbow/json-schema",
- "version": "1.1.0",
+ "name": "psr/http-message",
+ "version": "1.0.1",
"source": {
"type": "git",
- "url": "git://github.com/justinrainbow/json-schema.git",
- "reference": "v1.1.0"
+ "url": "https://github.com/php-fig/http-message.git",
+ "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
- "url": "https://github.com/justinrainbow/json-schema/archive/v1.1.0.zip",
- "reference": "v1.1.0",
+ "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
+ "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
- "autoload": {
- "psr-0": {
- "JsonSchema": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "NewBSD"
- ],
- "authors": [
- {
- "name": "Igor Wiedler",
- "email": "igor@wiedler.ch",
- "homepage": "http://wiedler.ch/igor/"
- },
- {
- "name": "Bruno Prieto Reis",
- "email": "bruno.p.reis@gmail.com"
- },
- {
- "name": "Justin Rainbow",
- "email": "justin.rainbow@gmail.com"
- },
- {
- "name": "Robert Schönthal",
- "email": "seroscho@googlemail.com",
- "homepage": "http://digitalkaoz.net"
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
}
- ],
- "description": "A library to validate a json schema.",
- "homepage": "https://github.com/justinrainbow/json-schema",
- "keywords": [
- "json",
- "schema"
- ],
- "time": "2012-01-03 00:33:17"
- },
- {
- "name": "kriswallsmith/assetic",
- "version": "v1.0.4",
- "source": {
- "type": "git",
- "url": "http://github.com/kriswallsmith/assetic.git",
- "reference": "v1.0.4"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/kriswallsmith/assetic/zipball/v1.0.4",
- "reference": "v1.0.4",
- "shasum": ""
},
- "require": {
- "php": ">=5.3.1"
- },
- "type": "library",
"autoload": {
- "psr-0": {
- "Assetic": "src/"
+ "psr-4": {
+ "Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -1036,32 +1297,34 @@
],
"authors": [
{
- "name": "Kris Wallsmith",
- "email": "kris.wallsmith@gmail.com",
- "homepage": "http://kriswallsmith.net/"
+ "name": "PHP-FIG",
+ "homepage": "http://www.php-fig.org/"
}
],
- "description": "Asset Management for PHP",
- "homepage": "https://github.com/kriswallsmith/assetic",
+ "description": "Common interface for HTTP messages",
+ "homepage": "https://github.com/php-fig/http-message",
"keywords": [
- "assets",
- "compression",
- "minification"
+ "http",
+ "http-message",
+ "psr",
+ "psr-7",
+ "request",
+ "response"
],
- "time": "2012-08-28 05:18:28"
+ "time": "2016-08-06T14:39:51+00:00"
},
{
- "name": "michelf/php-markdown",
- "version": "1.3",
+ "name": "psr/log",
+ "version": "1.0.2",
"source": {
"type": "git",
- "url": "https://github.com/michelf/php-markdown.git",
- "reference": "1.3"
+ "url": "https://github.com/php-fig/log.git",
+ "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/michelf/php-markdown/zipball/1.3",
- "reference": "1.3",
+ "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
+ "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"shasum": ""
},
"require": {
@@ -1070,308 +1333,334 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-lib": "1.3.x-dev"
+ "dev-master": "1.0.x-dev"
}
},
"autoload": {
- "psr-0": {
- "Michelf": ""
+ "psr-4": {
+ "Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "BSD-3-Clause"
+ "MIT"
],
"authors": [
{
- "name": "Michel Fortin",
- "email": "michel.fortin@michelf.ca",
- "homepage": "http://michelf.ca/",
- "role": "Developer"
- },
- {
- "name": "John Gruber",
- "homepage": "http://daringfireball.net/"
+ "name": "PHP-FIG",
+ "homepage": "http://www.php-fig.org/"
}
],
- "description": "PHP Markdown",
- "homepage": "http://michelf.ca/projects/php-markdown/",
+ "description": "Common interface for logging libraries",
+ "homepage": "https://github.com/php-fig/log",
"keywords": [
- "markdown"
+ "log",
+ "psr",
+ "psr-3"
],
- "time": "2013-04-11 18:53:11"
+ "time": "2016-10-10T12:19:37+00:00"
},
{
- "name": "netcarver/textile",
- "version": "v3.5.1",
+ "name": "react/event-loop",
+ "version": "v0.4.3",
"source": {
"type": "git",
- "url": "https://github.com/netcarver/textile",
- "reference": "v3.5.1"
+ "url": "https://github.com/reactphp/event-loop.git",
+ "reference": "8bde03488ee897dc6bb3d91e4e17c353f9c5252f"
},
"dist": {
"type": "zip",
- "url": "https://github.com/netcarver/textile/archive/v3.5.1.zip",
- "reference": "v3.5.1",
+ "url": "https://api.github.com/repos/reactphp/event-loop/zipball/8bde03488ee897dc6bb3d91e4e17c353f9c5252f",
+ "reference": "8bde03488ee897dc6bb3d91e4e17c353f9c5252f",
"shasum": ""
},
"require": {
- "php": ">=5.3.0"
+ "php": ">=5.4.0"
},
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.5-dev"
- }
+ "require-dev": {
+ "phpunit/phpunit": "~4.8"
},
+ "suggest": {
+ "ext-event": "~1.0",
+ "ext-libev": "*",
+ "ext-libevent": ">=0.1.0"
+ },
+ "type": "library",
"autoload": {
- "psr-0": {
- "Netcarver\\Textile": "src/"
+ "psr-4": {
+ "React\\EventLoop\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "BSD-3-Clause"
+ "MIT"
],
- "description": "A lightweight markup language that takes (almost) plaintext and converts it into well formed HTML.",
- "homepage": "https://github.com/netcarver/textile",
- "time": "2013-01-01 17:29:35"
+ "description": "Event loop abstraction layer that libraries can use for evented I/O.",
+ "keywords": [
+ "asynchronous",
+ "event-loop"
+ ],
+ "time": "2017-04-27T10:56:23+00:00"
},
{
- "name": "psr/log",
- "version": "1.0.0",
+ "name": "react/http",
+ "version": "v0.4.4",
"source": {
"type": "git",
- "url": "https://github.com/php-fig/log",
- "reference": "1.0.0"
+ "url": "https://github.com/reactphp/http.git",
+ "reference": "aac319bd789cbc7b478d42cde2d03596e97e3222"
},
"dist": {
"type": "zip",
- "url": "https://github.com/php-fig/log/archive/1.0.0.zip",
- "reference": "1.0.0",
+ "url": "https://api.github.com/repos/reactphp/http/zipball/aac319bd789cbc7b478d42cde2d03596e97e3222",
+ "reference": "aac319bd789cbc7b478d42cde2d03596e97e3222",
"shasum": ""
},
+ "require": {
+ "evenement/evenement": "^2.0 || ^1.0",
+ "php": ">=5.3.0",
+ "react/socket": "^0.4",
+ "react/stream": "^0.4.4",
+ "ringcentral/psr7": "^1.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8.10||^5.0"
+ },
"type": "library",
"autoload": {
- "psr-0": {
- "Psr\\Log\\": ""
+ "psr-4": {
+ "React\\Http\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
- }
- ],
- "description": "Common interface for logging libraries",
+ "description": "Library for building an evented http server.",
"keywords": [
- "log",
- "psr",
- "psr-3"
+ "http"
],
- "time": "2012-12-21 11:40:51"
+ "time": "2017-02-13T14:12:50+00:00"
},
{
- "name": "react/event-loop",
- "version": "v0.2.7",
- "target-dir": "React/EventLoop",
+ "name": "react/promise",
+ "version": "v2.5.1",
"source": {
"type": "git",
- "url": "https://github.com/reactphp/event-loop",
- "reference": "v0.2.7"
+ "url": "https://github.com/reactphp/promise.git",
+ "reference": "62785ae604c8d69725d693eb370e1d67e94c4053"
},
"dist": {
"type": "zip",
- "url": "https://github.com/reactphp/event-loop/archive/v0.2.7.zip",
- "reference": "v0.2.7",
+ "url": "https://api.github.com/repos/reactphp/promise/zipball/62785ae604c8d69725d693eb370e1d67e94c4053",
+ "reference": "62785ae604c8d69725d693eb370e1d67e94c4053",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
+ "php": ">=5.4.0"
},
- "suggest": {
- "ext-libev": "*",
- "ext-libevent": ">=0.0.5"
+ "require-dev": {
+ "phpunit/phpunit": "~4.8"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "0.2-dev"
- }
- },
"autoload": {
- "psr-0": {
- "React\\EventLoop": ""
- }
+ "psr-4": {
+ "React\\Promise\\": "src/"
+ },
+ "files": [
+ "src/functions_include.php"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
- "description": "Event loop abstraction layer that libraries can use for evented I/O.",
+ "authors": [
+ {
+ "name": "Jan Sorgalla",
+ "email": "jsorgalla@gmail.com"
+ }
+ ],
+ "description": "A lightweight implementation of CommonJS Promises/A for PHP",
"keywords": [
- "event-loop"
+ "promise",
+ "promises"
],
- "time": "2013-01-05 11:41:26"
+ "time": "2017-03-25T12:08:31+00:00"
},
{
- "name": "react/http",
- "version": "v0.2.7",
- "target-dir": "React/Http",
+ "name": "react/socket",
+ "version": "v0.4.6",
"source": {
"type": "git",
- "url": "https://github.com/reactphp/http",
- "reference": "v0.2.7"
+ "url": "https://github.com/reactphp/socket.git",
+ "reference": "cf074e53c974df52388ebd09710a9018894745d2"
},
"dist": {
"type": "zip",
- "url": "https://github.com/reactphp/http/archive/v0.2.7.zip",
- "reference": "v0.2.7",
+ "url": "https://api.github.com/repos/reactphp/socket/zipball/cf074e53c974df52388ebd09710a9018894745d2",
+ "reference": "cf074e53c974df52388ebd09710a9018894745d2",
"shasum": ""
},
"require": {
- "guzzle/http": "3.0.*",
- "guzzle/parser": "3.0.*",
- "php": ">=5.3.3",
- "react/socket": "0.2.*"
+ "evenement/evenement": "~2.0|~1.0",
+ "php": ">=5.3.0",
+ "react/event-loop": "0.4.*|0.3.*",
+ "react/promise": "^2.0 || ^1.1",
+ "react/stream": "^0.4.5"
},
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "0.2-dev"
- }
+ "require-dev": {
+ "clue/block-react": "^1.1",
+ "phpunit/phpunit": "~4.8",
+ "react/socket-client": "^0.5.1"
},
+ "type": "library",
"autoload": {
- "psr-0": {
- "React\\Http": ""
+ "psr-4": {
+ "React\\Socket\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
- "description": "Library for building an evented http server.",
+ "description": "Async, streaming plaintext TCP/IP and secure TLS socket server for React PHP",
"keywords": [
- "http"
+ "Socket"
],
- "time": "2012-12-26 16:33:04"
+ "time": "2017-01-26T09:23:38+00:00"
},
{
- "name": "react/socket",
- "version": "v0.2.7",
- "target-dir": "React/Socket",
+ "name": "react/stream",
+ "version": "v0.4.6",
"source": {
"type": "git",
- "url": "https://github.com/reactphp/socket",
- "reference": "v0.2.7"
+ "url": "https://github.com/reactphp/stream.git",
+ "reference": "44dc7f51ea48624110136b535b9ba44fd7d0c1ee"
},
"dist": {
"type": "zip",
- "url": "https://github.com/reactphp/socket/archive/v0.2.7.zip",
- "reference": "v0.2.7",
+ "url": "https://api.github.com/repos/reactphp/stream/zipball/44dc7f51ea48624110136b535b9ba44fd7d0c1ee",
+ "reference": "44dc7f51ea48624110136b535b9ba44fd7d0c1ee",
"shasum": ""
},
"require": {
- "evenement/evenement": "1.0.*",
- "php": ">=5.3.3",
- "react/event-loop": "0.2.*",
- "react/stream": "0.2.*"
+ "evenement/evenement": "^2.0|^1.0",
+ "php": ">=5.3.8"
},
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "0.2-dev"
- }
+ "require-dev": {
+ "clue/stream-filter": "~1.2",
+ "react/event-loop": "^0.4|^0.3",
+ "react/promise": "^2.0|^1.0"
+ },
+ "suggest": {
+ "react/event-loop": "^0.4",
+ "react/promise": "^2.0"
},
+ "type": "library",
"autoload": {
- "psr-0": {
- "React\\Socket": ""
+ "psr-4": {
+ "React\\Stream\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
- "description": "Library for building an evented socket server.",
+ "description": "Basic readable and writable stream interfaces that support piping.",
"keywords": [
- "Socket"
+ "pipe",
+ "stream"
],
- "time": "2012-12-14 00:58:14"
+ "time": "2017-01-25T14:44:14+00:00"
},
{
- "name": "react/stream",
- "version": "v0.2.7",
- "target-dir": "React/Stream",
+ "name": "ringcentral/psr7",
+ "version": "1.2.1",
"source": {
"type": "git",
- "url": "https://github.com/reactphp/stream",
- "reference": "v0.2.7"
+ "url": "https://github.com/ringcentral/psr7.git",
+ "reference": "2594fb47cdc659f3fcf0aa1559b7355460555303"
},
"dist": {
"type": "zip",
- "url": "https://github.com/reactphp/stream/archive/v0.2.7.zip",
- "reference": "v0.2.7",
+ "url": "https://api.github.com/repos/ringcentral/psr7/zipball/2594fb47cdc659f3fcf0aa1559b7355460555303",
+ "reference": "2594fb47cdc659f3fcf0aa1559b7355460555303",
"shasum": ""
},
"require": {
- "evenement/evenement": "1.0.*",
- "php": ">=5.3.3"
+ "php": ">=5.3",
+ "psr/http-message": "~1.0"
},
- "suggest": {
- "react/event-loop": "0.2.*",
- "react/promise": "1.0.*"
+ "provide": {
+ "psr/http-message-implementation": "1.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "0.2-dev"
+ "dev-master": "1.0-dev"
}
},
"autoload": {
- "psr-0": {
- "React\\Stream": ""
- }
+ "psr-4": {
+ "RingCentral\\Psr7\\": "src/"
+ },
+ "files": [
+ "src/functions_include.php"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
- "description": "Basic readable and writable stream interfaces that support piping.",
+ "authors": [
+ {
+ "name": "Michael Dowling",
+ "email": "mtdowling@gmail.com",
+ "homepage": "https://github.com/mtdowling"
+ }
+ ],
+ "description": "PSR-7 message implementation",
"keywords": [
- "pipe",
- "stream"
+ "http",
+ "message",
+ "stream",
+ "uri"
],
- "time": "2012-12-14 00:58:14"
+ "time": "2016-03-25T17:36:49+00:00"
},
{
"name": "robloach/component-installer",
- "version": "0.0.6",
+ "version": "0.2.3",
"source": {
"type": "git",
"url": "https://github.com/RobLoach/component-installer.git",
- "reference": "0.0.6"
+ "reference": "908a859aa7c4949ba9ad67091e67bac10b66d3d7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/RobLoach/component-installer/zipball/0.0.6",
- "reference": "0.0.6",
+ "url": "https://api.github.com/repos/RobLoach/component-installer/zipball/908a859aa7c4949ba9ad67091e67bac10b66d3d7",
+ "reference": "908a859aa7c4949ba9ad67091e67bac10b66d3d7",
"shasum": ""
},
"require": {
+ "composer-plugin-api": "^1.0",
"kriswallsmith/assetic": "1.*",
"php": ">=5.3.2"
},
"require-dev": {
- "composer/composer": "1.0.*@dev",
- "phpunit/phpunit": "3.7.*"
+ "composer/composer": "1.*@alpha",
+ "phpunit/phpunit": "4.*"
},
- "type": "composer-installer",
+ "type": "composer-plugin",
"extra": {
- "class": "ComponentInstaller\\Installer"
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ },
+ "class": "ComponentInstaller\\ComponentInstallerPlugin"
},
"autoload": {
"psr-0": {
@@ -1385,12 +1674,11 @@
"authors": [
{
"name": "Rob Loach",
- "email": "robloach@gmail.com",
"homepage": "http://robloach.net"
}
],
"description": "Allows installation of Components via Composer.",
- "time": "2013-04-22 04:09:17"
+ "time": "2015-08-10T12:35:38+00:00"
},
{
"name": "sculpin/sculpin",
@@ -1398,64 +1686,161 @@
"source": {
"type": "git",
"url": "https://github.com/sculpin/sculpin.git",
- "reference": "4c60deb5b5f2916df4f41a9e119cbf90813f7280"
+ "reference": "64e59009dabd08492f0f172fbc5f5da30bdfb62b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sculpin/sculpin/zipball/4c60deb5b5f2916df4f41a9e119cbf90813f7280",
- "reference": "4c60deb5b5f2916df4f41a9e119cbf90813f7280",
+ "url": "https://api.github.com/repos/sculpin/sculpin/zipball/64e59009dabd08492f0f172fbc5f5da30bdfb62b",
+ "reference": "64e59009dabd08492f0f172fbc5f5da30bdfb62b",
"shasum": ""
},
"require": {
- "composer/composer": "1.*@dev",
"dflydev/ant-path-matcher": "1.*",
- "dflydev/apache-mime-types": "1.*",
- "dflydev/dot-access-configuration": "1.*",
- "dflydev/embedded-composer": "1.0.*@dev",
+ "dflydev/apache-mime-types": "~1.0,>=1.0.1",
+ "dflydev/canal": "1.*",
+ "dflydev/dot-access-configuration": "^1.0.1",
+ "dflydev/embedded-composer": "^1.0@dev",
"dflydev/symfony-finder-factory": "1.*",
- "michelf/php-markdown": "1.3.*@beta",
+ "doctrine/inflector": "1.0.*",
+ "michelf/php-markdown": "^1.7.0",
"netcarver/textile": "3.5.*",
- "php": ">=5.3.2",
- "react/http": "0.2.*",
- "symfony/class-loader": ">=2.1,<3.0",
- "symfony/config": ">=2.1,<3.0",
- "symfony/console": ">=2.1,<3.0",
- "symfony/dependency-injection": ">=2.1,<3.0",
- "symfony/event-dispatcher": ">=2.1,<3.0",
- "symfony/filesystem": ">=2.1,<3.0",
- "symfony/finder": ">=2.1,<3.0",
- "symfony/framework-bundle": ">=2.1,<3.0",
- "symfony/http-kernel": ">=2.1,<3.0",
- "symfony/process": ">=2.1,<3.0",
- "symfony/twig-bundle": ">=2.1,<3.0",
- "symfony/yaml": ">=2.1,<3.0",
- "twig/twig": ">=1.9,<2.0"
+ "php": "^5.4|^7.0",
+ "react/http": "0.4.*",
+ "sculpin/sculpin-theme-composer-plugin": "^1.0",
+ "seld/jsonlint": "^1.4",
+ "symfony/config": "~2.3",
+ "symfony/console": "~2.3",
+ "symfony/dependency-injection": "~2.3",
+ "symfony/event-dispatcher": "~2.3",
+ "symfony/filesystem": "~2.3",
+ "symfony/finder": "~2.3",
+ "symfony/http-kernel": "~2.3",
+ "symfony/process": "~2.3",
+ "symfony/yaml": "~2.3",
+ "twig/extensions": "~1.0",
+ "twig/twig": "~1.11",
+ "webignition/internet-media-type": "^0.4"
},
"replace": {
"sculpin/core": "self.version",
"sculpin/markdown-bundle": "self.version",
"sculpin/markdown-twig-compat-bundle": "self.version",
"sculpin/posts-bundle": "self.version",
+ "sculpin/proxy-source-collection-contrib": "self.version",
"sculpin/sculpin-bundle": "self.version",
"sculpin/standalone-bundle": "self.version",
+ "sculpin/taxonomy-contrib": "self.version",
"sculpin/textile-bundle": "self.version",
"sculpin/twig-bundle": "self.version"
},
"require-dev": {
- "phpunit/phpunit": "3.7.*"
+ "phpunit/phpunit": "^4.8",
+ "squizlabs/php_codesniffer": "^2.8",
+ "symfony/css-selector": "~2.6",
+ "symfony/dom-crawler": "~2.6"
},
"bin": [
- "bin/sculpin"
+ "bin/sculpin",
+ "bin/sculpin.php"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.1.x-dev",
+ "dev-develop": "3.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Sculpin\\": "src/Sculpin/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Dragonfly Development Inc.",
+ "email": "info@dflydev.com",
+ "homepage": "http://dflydev.com"
+ },
+ {
+ "name": "Beau Simensen",
+ "email": "beau@dflydev.com",
+ "homepage": "http://beausimensen.com"
+ }
+ ],
+ "description": "Static Site Generator",
+ "homepage": "https://sculpin.io",
+ "keywords": [
+ "generator",
+ "site",
+ "static"
],
- "type": "application",
+ "time": "2017-07-10T16:36:06+00:00"
+ },
+ {
+ "name": "sculpin/sculpin-theme-composer-plugin",
+ "version": "v1.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sculpin/sculpin-theme-composer-plugin.git",
+ "reference": "f22bbf89971054e0e37983263828ca39ffca2437"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sculpin/sculpin-theme-composer-plugin/zipball/f22bbf89971054e0e37983263828ca39ffca2437",
+ "reference": "f22bbf89971054e0e37983263828ca39ffca2437",
+ "shasum": ""
+ },
+ "require": {
+ "composer-plugin-api": "^1.1"
+ },
+ "type": "composer-plugin",
+ "extra": {
+ "class": "Sculpin\\Composer\\SculpinThemePlugin\\SculpinThemePlugin",
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Sculpin\\Composer\\SculpinThemePlugin\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "time": "2017-02-27T17:40:03+00:00"
+ },
+ {
+ "name": "seld/cli-prompt",
+ "version": "1.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/Seldaek/cli-prompt.git",
+ "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
+ "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3"
+ },
+ "type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.0-dev"
+ "dev-master": "1.x-dev"
}
},
"autoload": {
- "psr-0": {
- "Sculpin": "src"
+ "psr-4": {
+ "Seld\\CliPrompt\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -1464,49 +1849,47 @@
],
"authors": [
{
- "name": "Dragonfly Development Inc.",
- "email": "info@dflydev.com",
- "homepage": "http://dflydev.com"
- },
- {
- "name": "Beau Simensen",
- "email": "beau@dflydev.com",
- "homepage": "http://beausimensen.com"
+ "name": "Jordi Boggiano",
+ "email": "j.boggiano@seld.be"
}
],
- "description": "Static Site Generator",
- "homepage": "http://getsculpin.com",
+ "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
"keywords": [
- "generator",
- "site",
- "static"
+ "cli",
+ "console",
+ "hidden",
+ "input",
+ "prompt"
],
- "time": "2013-04-26 18:22:19"
+ "time": "2017-03-18T11:32:45+00:00"
},
{
"name": "seld/jsonlint",
- "version": "1.1.1",
+ "version": "1.6.1",
"source": {
"type": "git",
- "url": "http://github.com/Seldaek/jsonlint",
- "reference": "1.1.1"
+ "url": "https://github.com/Seldaek/jsonlint.git",
+ "reference": "50d63f2858d87c4738d5b76a7dcbb99fa8cf7c77"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/1.1.1",
- "reference": "1.1.1",
+ "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/50d63f2858d87c4738d5b76a7dcbb99fa8cf7c77",
+ "reference": "50d63f2858d87c4738d5b76a7dcbb99fa8cf7c77",
"shasum": ""
},
"require": {
- "php": ">=5.3.0"
+ "php": "^5.3 || ^7.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.5"
},
"bin": [
"bin/jsonlint"
],
"type": "library",
"autoload": {
- "psr-0": {
- "Seld\\JsonLint": "src/"
+ "psr-4": {
+ "Seld\\JsonLint\\": "src/Seld/JsonLint/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -1517,8 +1900,7 @@
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
- "homepage": "http://seld.be",
- "role": "Developer"
+ "homepage": "http://seld.be"
}
],
"description": "JSON Linter",
@@ -1528,38 +1910,34 @@
"parser",
"validator"
],
- "time": "2013-02-11 23:03:12"
+ "time": "2017-06-18T15:11:04+00:00"
},
{
- "name": "symfony/class-loader",
- "version": "v2.2.1",
- "target-dir": "Symfony/Component/ClassLoader",
+ "name": "seld/phar-utils",
+ "version": "1.0.1",
"source": {
"type": "git",
- "url": "https://github.com/symfony/ClassLoader.git",
- "reference": "v2.2.1"
+ "url": "https://github.com/Seldaek/phar-utils.git",
+ "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/ClassLoader/zipball/v2.2.1",
- "reference": "v2.2.1",
+ "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
+ "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "symfony/finder": ">=2.0,<3.0"
+ "php": ">=5.3"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.2-dev"
+ "dev-master": "1.x-dev"
}
},
"autoload": {
- "psr-0": {
- "Symfony\\Component\\ClassLoader\\": ""
+ "psr-4": {
+ "Seld\\PharUtils\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -1568,46 +1946,53 @@
],
"authors": [
{
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
+ "name": "Jordi Boggiano",
+ "email": "j.boggiano@seld.be"
}
],
- "description": "Symfony ClassLoader Component",
- "homepage": "http://symfony.com",
- "time": "2013-03-19 08:32:26"
+ "description": "PHAR file format utilities, for when PHP phars you up",
+ "keywords": [
+ "phra"
+ ],
+ "time": "2015-10-13T18:44:15+00:00"
},
{
"name": "symfony/config",
- "version": "v2.2.1",
- "target-dir": "Symfony/Component/Config",
+ "version": "v2.8.28",
"source": {
"type": "git",
- "url": "https://github.com/symfony/Config.git",
- "reference": "v2.2.1"
+ "url": "https://github.com/symfony/config.git",
+ "reference": "1dbeaa8e2db4b29159265867efff075ad961558c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/Config/zipball/v2.2.1",
- "reference": "v2.2.1",
+ "url": "https://api.github.com/repos/symfony/config/zipball/1dbeaa8e2db4b29159265867efff075ad961558c",
+ "reference": "1dbeaa8e2db4b29159265867efff075ad961558c",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
+ "php": ">=5.3.9",
+ "symfony/filesystem": "~2.3|~3.0.0"
+ },
+ "require-dev": {
+ "symfony/yaml": "~2.7|~3.0.0"
+ },
+ "suggest": {
+ "symfony/yaml": "To use the yaml reference dumper"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.2-dev"
+ "dev-master": "2.8-dev"
}
},
"autoload": {
- "psr-0": {
+ "psr-4": {
"Symfony\\Component\\Config\\": ""
- }
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -1620,41 +2005,55 @@
},
{
"name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
+ "homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Config Component",
- "homepage": "http://symfony.com",
- "time": "2013-03-01 10:42:10"
+ "homepage": "https://symfony.com",
+ "time": "2017-10-04T18:56:36+00:00"
},
{
"name": "symfony/console",
- "version": "v2.2.1",
- "target-dir": "Symfony/Component/Console",
+ "version": "v2.8.28",
"source": {
"type": "git",
- "url": "https://github.com/symfony/Console.git",
- "reference": "v2.2.1"
+ "url": "https://github.com/symfony/console.git",
+ "reference": "f81549d2c5fdee8d711c9ab3c7e7362353ea5853"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/Console/zipball/v2.2.1",
- "reference": "v2.2.1",
+ "url": "https://api.github.com/repos/symfony/console/zipball/f81549d2c5fdee8d711c9ab3c7e7362353ea5853",
+ "reference": "f81549d2c5fdee8d711c9ab3c7e7362353ea5853",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
+ "php": ">=5.3.9",
+ "symfony/debug": "^2.7.2|~3.0.0",
+ "symfony/polyfill-mbstring": "~1.0"
+ },
+ "require-dev": {
+ "psr/log": "~1.0",
+ "symfony/event-dispatcher": "~2.1|~3.0.0",
+ "symfony/process": "~2.1|~3.0.0"
+ },
+ "suggest": {
+ "psr/log": "For using the console logger",
+ "symfony/event-dispatcher": "",
+ "symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.2-dev"
+ "dev-master": "2.8-dev"
}
},
"autoload": {
- "psr-0": {
+ "psr-4": {
"Symfony\\Component\\Console\\": ""
- }
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -1667,49 +2066,51 @@
},
{
"name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
+ "homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Console Component",
- "homepage": "http://symfony.com",
- "time": "2013-03-19 20:48:08"
+ "homepage": "https://symfony.com",
+ "time": "2017-10-01T21:00:16+00:00"
},
{
- "name": "symfony/dependency-injection",
- "version": "v2.2.1",
- "target-dir": "Symfony/Component/DependencyInjection",
+ "name": "symfony/debug",
+ "version": "v2.8.28",
"source": {
"type": "git",
- "url": "https://github.com/symfony/DependencyInjection.git",
- "reference": "v2.2.1"
+ "url": "https://github.com/symfony/debug.git",
+ "reference": "eaaec993ca5e8067e204b2ee653cdd142961f33e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/v2.2.1",
- "reference": "v2.2.1",
+ "url": "https://api.github.com/repos/symfony/debug/zipball/eaaec993ca5e8067e204b2ee653cdd142961f33e",
+ "reference": "eaaec993ca5e8067e204b2ee653cdd142961f33e",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
+ "php": ">=5.3.9",
+ "psr/log": "~1.0"
},
- "require-dev": {
- "symfony/config": ">=2.2,<2.3-dev",
- "symfony/yaml": ">=2.0,<3.0"
+ "conflict": {
+ "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
},
- "suggest": {
- "symfony/config": "2.2.*",
- "symfony/yaml": "2.2.*"
+ "require-dev": {
+ "symfony/class-loader": "~2.2|~3.0.0",
+ "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.2-dev"
+ "dev-master": "2.8-dev"
}
},
"autoload": {
- "psr-0": {
- "Symfony\\Component\\DependencyInjection\\": ""
- }
+ "psr-4": {
+ "Symfony\\Component\\Debug\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -1722,48 +2123,57 @@
},
{
"name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
+ "homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony DependencyInjection Component",
- "homepage": "http://symfony.com",
- "time": "2013-03-23 07:49:54"
+ "description": "Symfony Debug Component",
+ "homepage": "https://symfony.com",
+ "time": "2017-10-01T21:00:16+00:00"
},
{
- "name": "symfony/event-dispatcher",
- "version": "v2.2.1",
- "target-dir": "Symfony/Component/EventDispatcher",
+ "name": "symfony/dependency-injection",
+ "version": "v2.8.28",
"source": {
"type": "git",
- "url": "https://github.com/symfony/EventDispatcher.git",
- "reference": "v2.2.1"
+ "url": "https://github.com/symfony/dependency-injection.git",
+ "reference": "2562562610dbdabbb98c6ceb60459a351811c734"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/v2.2.1",
- "reference": "v2.2.1",
+ "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2562562610dbdabbb98c6ceb60459a351811c734",
+ "reference": "2562562610dbdabbb98c6ceb60459a351811c734",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
+ "php": ">=5.3.9"
+ },
+ "conflict": {
+ "symfony/expression-language": "<2.6"
},
"require-dev": {
- "symfony/dependency-injection": ">=2.0,<3.0"
+ "symfony/config": "~2.2|~3.0.0",
+ "symfony/expression-language": "~2.6|~3.0.0",
+ "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
},
"suggest": {
- "symfony/dependency-injection": "2.2.*",
- "symfony/http-kernel": "2.2.*"
+ "symfony/config": "",
+ "symfony/expression-language": "For using expressions in service container configuration",
+ "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
+ "symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.2-dev"
+ "dev-master": "2.8-dev"
}
},
"autoload": {
- "psr-0": {
- "Symfony\\Component\\EventDispatcher\\": ""
- }
+ "psr-4": {
+ "Symfony\\Component\\DependencyInjection\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -1776,41 +2186,54 @@
},
{
"name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
+ "homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony EventDispatcher Component",
- "homepage": "http://symfony.com",
- "time": "2013-02-11 11:26:43"
+ "description": "Symfony DependencyInjection Component",
+ "homepage": "https://symfony.com",
+ "time": "2017-10-02T07:17:52+00:00"
},
{
- "name": "symfony/filesystem",
- "version": "v2.2.1",
- "target-dir": "Symfony/Component/Filesystem",
+ "name": "symfony/event-dispatcher",
+ "version": "v2.8.28",
"source": {
"type": "git",
- "url": "https://github.com/symfony/Filesystem.git",
- "reference": "v2.2.1"
+ "url": "https://github.com/symfony/event-dispatcher.git",
+ "reference": "7fe089232554357efb8d4af65ce209fc6e5a2186"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/Filesystem/zipball/v2.2.1",
- "reference": "v2.2.1",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7fe089232554357efb8d4af65ce209fc6e5a2186",
+ "reference": "7fe089232554357efb8d4af65ce209fc6e5a2186",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
+ "php": ">=5.3.9"
+ },
+ "require-dev": {
+ "psr/log": "~1.0",
+ "symfony/config": "^2.0.5|~3.0.0",
+ "symfony/dependency-injection": "~2.6|~3.0.0",
+ "symfony/expression-language": "~2.6|~3.0.0",
+ "symfony/stopwatch": "~2.3|~3.0.0"
+ },
+ "suggest": {
+ "symfony/dependency-injection": "",
+ "symfony/http-kernel": ""
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.2-dev"
+ "dev-master": "2.8-dev"
}
},
"autoload": {
- "psr-0": {
- "Symfony\\Component\\Filesystem\\": ""
- }
+ "psr-4": {
+ "Symfony\\Component\\EventDispatcher\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -1823,41 +2246,43 @@
},
{
"name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
+ "homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony Filesystem Component",
- "homepage": "http://symfony.com",
- "time": "2013-01-17 15:25:59"
+ "description": "Symfony EventDispatcher Component",
+ "homepage": "https://symfony.com",
+ "time": "2017-10-01T21:00:16+00:00"
},
{
- "name": "symfony/finder",
- "version": "v2.2.1",
- "target-dir": "Symfony/Component/Finder",
+ "name": "symfony/filesystem",
+ "version": "v2.8.28",
"source": {
"type": "git",
- "url": "https://github.com/symfony/Finder.git",
- "reference": "v2.2.1"
+ "url": "https://github.com/symfony/filesystem.git",
+ "reference": "5e3af878f144089faddd4060a48cadae4fc44dee"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/Finder/zipball/v2.2.1",
- "reference": "v2.2.1",
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/5e3af878f144089faddd4060a48cadae4fc44dee",
+ "reference": "5e3af878f144089faddd4060a48cadae4fc44dee",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
+ "php": ">=5.3.9"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.2-dev"
+ "dev-master": "2.8-dev"
}
},
"autoload": {
- "psr-0": {
- "Symfony\\Component\\Finder\\": ""
- }
+ "psr-4": {
+ "Symfony\\Component\\Filesystem\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -1870,61 +2295,43 @@
},
{
"name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
+ "homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony Finder Component",
- "homepage": "http://symfony.com",
- "time": "2013-04-01 07:51:50"
+ "description": "Symfony Filesystem Component",
+ "homepage": "https://symfony.com",
+ "time": "2017-10-02T08:46:46+00:00"
},
{
- "name": "symfony/framework-bundle",
- "version": "v2.2.1",
- "target-dir": "Symfony/Bundle/FrameworkBundle",
+ "name": "symfony/finder",
+ "version": "v2.8.28",
"source": {
"type": "git",
- "url": "https://github.com/symfony/FrameworkBundle.git",
- "reference": "v2.2.1"
+ "url": "https://github.com/symfony/finder.git",
+ "reference": "a945724b201f74d543e356f6059c930bb8d10c92"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/FrameworkBundle/zipball/v2.2.1",
- "reference": "v2.2.1",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/a945724b201f74d543e356f6059c930bb8d10c92",
+ "reference": "a945724b201f74d543e356f6059c930bb8d10c92",
"shasum": ""
},
"require": {
- "doctrine/common": ">=2.2,<3.0",
- "php": ">=5.3.3",
- "symfony/config": ">=2.2,<2.3-dev",
- "symfony/dependency-injection": ">=2.0,<3.0",
- "symfony/event-dispatcher": ">=2.1,<3.0",
- "symfony/filesystem": ">=2.1,<2.3-dev",
- "symfony/http-kernel": ">=2.2,<2.3-dev",
- "symfony/routing": ">=2.2,<2.3-dev",
- "symfony/stopwatch": ">=2.2,<2.3-dev",
- "symfony/templating": ">=2.1,<3.0",
- "symfony/translation": ">=2.2,<2.3-dev"
- },
- "require-dev": {
- "symfony/finder": ">=2.0,<3.0",
- "symfony/security": ">=2.2,<2.3-dev"
- },
- "suggest": {
- "symfony/console": "2.2.*",
- "symfony/finder": "2.2.*",
- "symfony/form": "2.2.*",
- "symfony/validator": "2.2.*"
+ "php": ">=5.3.9"
},
- "type": "symfony-bundle",
+ "type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.2-dev"
+ "dev-master": "2.8-dev"
}
},
"autoload": {
- "psr-0": {
- "Symfony\\Bundle\\FrameworkBundle\\": ""
- }
+ "psr-4": {
+ "Symfony\\Component\\Finder\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -1937,43 +2344,46 @@
},
{
"name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
+ "homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony FrameworkBundle",
- "homepage": "http://symfony.com",
- "time": "2013-04-06 10:15:43"
+ "description": "Symfony Finder Component",
+ "homepage": "https://symfony.com",
+ "time": "2017-10-01T21:00:16+00:00"
},
{
"name": "symfony/http-foundation",
- "version": "v2.2.1",
- "target-dir": "Symfony/Component/HttpFoundation",
+ "version": "v3.1.10",
"source": {
"type": "git",
- "url": "https://github.com/symfony/HttpFoundation.git",
- "reference": "v2.2.1"
+ "url": "https://github.com/symfony/http-foundation.git",
+ "reference": "cef0ad49a2e90455cfc649522025b5a2929648c0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/v2.2.1",
- "reference": "v2.2.1",
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cef0ad49a2e90455cfc649522025b5a2929648c0",
+ "reference": "cef0ad49a2e90455cfc649522025b5a2929648c0",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
+ "php": ">=5.5.9",
+ "symfony/polyfill-mbstring": "~1.1"
+ },
+ "require-dev": {
+ "symfony/expression-language": "~2.8|~3.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.2-dev"
+ "dev-master": "3.1-dev"
}
},
"autoload": {
- "psr-0": {
+ "psr-4": {
"Symfony\\Component\\HttpFoundation\\": ""
},
- "classmap": [
- "Symfony/Component/HttpFoundation/Resources/stubs"
+ "exclude-from-classmap": [
+ "/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
@@ -1987,63 +2397,77 @@
},
{
"name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
+ "homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony HttpFoundation Component",
- "homepage": "http://symfony.com",
- "time": "2013-04-06 10:15:43"
+ "homepage": "https://symfony.com",
+ "time": "2017-01-08T20:43:43+00:00"
},
{
"name": "symfony/http-kernel",
- "version": "v2.2.1",
- "target-dir": "Symfony/Component/HttpKernel",
+ "version": "v2.8.28",
"source": {
"type": "git",
- "url": "https://github.com/symfony/HttpKernel.git",
- "reference": "v2.2.1"
+ "url": "https://github.com/symfony/http-kernel.git",
+ "reference": "d912b76d7db324f7650da9d1132be78c5f7ceb93"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/v2.2.1",
- "reference": "v2.2.1",
+ "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d912b76d7db324f7650da9d1132be78c5f7ceb93",
+ "reference": "d912b76d7db324f7650da9d1132be78c5f7ceb93",
"shasum": ""
},
"require": {
- "php": ">=5.3.3",
- "psr/log": ">=1.0,<2.0",
- "symfony/event-dispatcher": ">=2.1,<3.0",
- "symfony/http-foundation": ">=2.2,<2.3-dev"
+ "php": ">=5.3.9",
+ "psr/log": "~1.0",
+ "symfony/debug": "^2.6.2",
+ "symfony/event-dispatcher": "^2.6.7|~3.0.0",
+ "symfony/http-foundation": "~2.7.20|~2.8.13|~3.1.6"
+ },
+ "conflict": {
+ "symfony/config": "<2.7",
+ "twig/twig": "<1.34|<2.4,>=2"
},
"require-dev": {
- "symfony/browser-kit": "2.2.*",
- "symfony/class-loader": ">=2.1,<3.0",
- "symfony/config": ">=2.0,<3.0",
- "symfony/console": "2.2.*",
- "symfony/dependency-injection": ">=2.0,<3.0",
- "symfony/finder": ">=2.0,<3.0",
- "symfony/process": ">=2.0,<3.0",
- "symfony/routing": ">=2.2,<2.3-dev",
- "symfony/stopwatch": ">=2.2,<2.3-dev"
+ "symfony/browser-kit": "~2.3|~3.0.0",
+ "symfony/class-loader": "~2.1|~3.0.0",
+ "symfony/config": "~2.8",
+ "symfony/console": "~2.3|~3.0.0",
+ "symfony/css-selector": "^2.0.5|~3.0.0",
+ "symfony/dependency-injection": "~2.8|~3.0.0",
+ "symfony/dom-crawler": "^2.0.5|~3.0.0",
+ "symfony/expression-language": "~2.4|~3.0.0",
+ "symfony/finder": "^2.0.5|~3.0.0",
+ "symfony/process": "^2.0.5|~3.0.0",
+ "symfony/routing": "~2.8|~3.0.0",
+ "symfony/stopwatch": "~2.3|~3.0.0",
+ "symfony/templating": "~2.2|~3.0.0",
+ "symfony/translation": "^2.0.5|~3.0.0",
+ "symfony/var-dumper": "~2.6|~3.0.0"
},
"suggest": {
- "symfony/browser-kit": "2.2.*",
- "symfony/class-loader": "2.2.*",
- "symfony/config": "2.2.*",
- "symfony/console": "2.2.*",
- "symfony/dependency-injection": "2.2.*",
- "symfony/finder": "2.2.*"
+ "symfony/browser-kit": "",
+ "symfony/class-loader": "",
+ "symfony/config": "",
+ "symfony/console": "",
+ "symfony/dependency-injection": "",
+ "symfony/finder": "",
+ "symfony/var-dumper": ""
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.2-dev"
+ "dev-master": "2.8-dev"
}
},
"autoload": {
- "psr-0": {
+ "psr-4": {
"Symfony\\Component\\HttpKernel\\": ""
- }
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -2056,41 +2480,46 @@
},
{
"name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
+ "homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony HttpKernel Component",
- "homepage": "http://symfony.com",
- "time": "2013-04-06 10:16:33"
+ "homepage": "https://symfony.com",
+ "time": "2017-10-05T23:24:02+00:00"
},
{
- "name": "symfony/process",
- "version": "v2.2.1",
- "target-dir": "Symfony/Component/Process",
+ "name": "symfony/polyfill-mbstring",
+ "version": "v1.6.0",
"source": {
"type": "git",
- "url": "https://github.com/symfony/Process.git",
- "reference": "v2.2.1"
+ "url": "https://github.com/symfony/polyfill-mbstring.git",
+ "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/Process/zipball/v2.2.1",
- "reference": "v2.2.1",
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
+ "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
+ "suggest": {
+ "ext-mbstring": "For best performance"
+ },
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.2-dev"
+ "dev-master": "1.6-dev"
}
},
"autoload": {
- "psr-0": {
- "Symfony\\Component\\Process\\": ""
- }
+ "psr-4": {
+ "Symfony\\Polyfill\\Mbstring\\": ""
+ },
+ "files": [
+ "bootstrap.php"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -2098,57 +2527,55 @@
],
"authors": [
{
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
},
{
"name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
+ "homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony Process Component",
- "homepage": "http://symfony.com",
- "time": "2013-03-23 07:49:54"
+ "description": "Symfony polyfill for the Mbstring extension",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "mbstring",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "time": "2017-10-11T12:05:26+00:00"
},
{
- "name": "symfony/routing",
- "version": "v2.2.1",
- "target-dir": "Symfony/Component/Routing",
+ "name": "symfony/process",
+ "version": "v2.8.28",
"source": {
"type": "git",
- "url": "https://github.com/symfony/Routing.git",
- "reference": "v2.2.1"
+ "url": "https://github.com/symfony/process.git",
+ "reference": "26c9fb02bf06bd6b90f661a5bd17e510810d0176"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/Routing/zipball/v2.2.1",
- "reference": "v2.2.1",
+ "url": "https://api.github.com/repos/symfony/process/zipball/26c9fb02bf06bd6b90f661a5bd17e510810d0176",
+ "reference": "26c9fb02bf06bd6b90f661a5bd17e510810d0176",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "doctrine/common": ">=2.2,<3.0",
- "psr/log": ">=1.0,<2.0",
- "symfony/config": ">=2.2,<2.3-dev",
- "symfony/yaml": ">=2.0,<3.0"
- },
- "suggest": {
- "doctrine/common": "~2.2",
- "symfony/config": "2.2.*",
- "symfony/yaml": "2.2.*"
+ "php": ">=5.3.9"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.2-dev"
+ "dev-master": "2.8-dev"
}
},
"autoload": {
- "psr-0": {
- "Symfony\\Component\\Routing\\": ""
- }
+ "psr-4": {
+ "Symfony\\Component\\Process\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -2161,41 +2588,43 @@
},
{
"name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
+ "homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony Routing Component",
- "homepage": "http://symfony.com",
- "time": "2013-03-23 12:03:22"
+ "description": "Symfony Process Component",
+ "homepage": "https://symfony.com",
+ "time": "2017-10-01T21:00:16+00:00"
},
{
- "name": "symfony/stopwatch",
- "version": "v2.2.1",
- "target-dir": "Symfony/Component/Stopwatch",
+ "name": "symfony/yaml",
+ "version": "v2.8.28",
"source": {
"type": "git",
- "url": "https://github.com/symfony/Stopwatch.git",
- "reference": "v2.2.1"
+ "url": "https://github.com/symfony/yaml.git",
+ "reference": "842fb6df22180244b4c65935ce1a88d324e5ff9e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/v2.2.1",
- "reference": "v2.2.1",
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/842fb6df22180244b4c65935ce1a88d324e5ff9e",
+ "reference": "842fb6df22180244b4c65935ce1a88d324e5ff9e",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
+ "php": ">=5.3.9"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.2-dev"
+ "dev-master": "2.8-dev"
}
},
"autoload": {
- "psr-0": {
- "Symfony\\Component\\Stopwatch\\": ""
- }
+ "psr-4": {
+ "Symfony\\Component\\Yaml\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -2208,40 +2637,49 @@
},
{
"name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
+ "homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony Stopwatch Component",
- "homepage": "http://symfony.com",
- "time": "2013-01-04 16:58:00"
+ "description": "Symfony Yaml Component",
+ "homepage": "https://symfony.com",
+ "time": "2017-10-05T14:38:30+00:00"
},
{
- "name": "symfony/templating",
- "version": "v2.2.1",
- "target-dir": "Symfony/Component/Templating",
+ "name": "twig/extensions",
+ "version": "v1.5.1",
"source": {
"type": "git",
- "url": "https://github.com/symfony/Templating.git",
- "reference": "v2.2.1"
+ "url": "https://github.com/twigphp/Twig-extensions.git",
+ "reference": "d188c76168b853481cc75879ea045bf93d718e9c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/Templating/zipball/v2.2.1",
- "reference": "v2.2.1",
+ "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/d188c76168b853481cc75879ea045bf93d718e9c",
+ "reference": "d188c76168b853481cc75879ea045bf93d718e9c",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
+ "twig/twig": "~1.27|~2.0"
+ },
+ "require-dev": {
+ "symfony/phpunit-bridge": "~3.3@dev",
+ "symfony/translation": "~2.3|~3.0"
+ },
+ "suggest": {
+ "symfony/translation": "Allow the time_diff output to be translated"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.2-dev"
+ "dev-master": "1.5-dev"
}
},
"autoload": {
"psr-0": {
- "Symfony\\Component\\Templating\\": ""
+ "Twig_Extensions_": "lib/"
+ },
+ "psr-4": {
+ "Twig\\Extensions\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -2252,117 +2690,102 @@
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
}
],
- "description": "Symfony Templating Component",
- "homepage": "http://symfony.com",
- "time": "2013-01-17 15:25:59"
+ "description": "Common additional features for Twig that do not directly belong in core",
+ "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
+ "keywords": [
+ "i18n",
+ "text"
+ ],
+ "time": "2017-06-08T18:19:53+00:00"
},
{
- "name": "symfony/translation",
- "version": "v2.2.1",
- "target-dir": "Symfony/Component/Translation",
+ "name": "twig/twig",
+ "version": "v1.35.0",
"source": {
"type": "git",
- "url": "https://github.com/symfony/Translation.git",
- "reference": "v2.2.1"
+ "url": "https://github.com/twigphp/Twig.git",
+ "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/Translation/zipball/v2.2.1",
- "reference": "v2.2.1",
+ "url": "https://api.github.com/repos/twigphp/Twig/zipball/daa657073e55b0a78cce8fdd22682fddecc6385f",
+ "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
- "symfony/config": ">=2.0,<2.3-dev",
- "symfony/yaml": ">=2.2,<3.0"
- },
- "suggest": {
- "symfony/config": "2.2.*",
- "symfony/yaml": "2.2.*"
+ "psr/container": "^1.0",
+ "symfony/debug": "~2.7",
+ "symfony/phpunit-bridge": "~3.3@dev"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.2-dev"
+ "dev-master": "1.35-dev"
}
},
"autoload": {
"psr-0": {
- "Symfony\\Component\\Translation\\": ""
+ "Twig_": "lib/"
+ },
+ "psr-4": {
+ "Twig\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "MIT"
+ "BSD-3-Clause"
],
"authors": [
{
"name": "Fabien Potencier",
- "email": "fabien@symfony.com"
+ "email": "fabien@symfony.com",
+ "homepage": "http://fabien.potencier.org",
+ "role": "Lead Developer"
},
{
- "name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
+ "name": "Armin Ronacher",
+ "email": "armin.ronacher@active-4.com",
+ "role": "Project Founder"
+ },
+ {
+ "name": "Twig Team",
+ "homepage": "http://twig.sensiolabs.org/contributors",
+ "role": "Contributors"
}
],
- "description": "Symfony Translation Component",
- "homepage": "http://symfony.com",
- "time": "2013-04-01 08:06:05"
+ "description": "Twig, the flexible, fast, and secure template language for PHP",
+ "homepage": "http://twig.sensiolabs.org",
+ "keywords": [
+ "templating"
+ ],
+ "time": "2017-09-27T18:06:46+00:00"
},
{
- "name": "symfony/twig-bridge",
- "version": "v2.2.1",
- "target-dir": "Symfony/Bridge/Twig",
+ "name": "webignition/disallowed-character-terminated-string",
+ "version": "1.0",
"source": {
"type": "git",
- "url": "https://github.com/symfony/TwigBridge.git",
- "reference": "v2.2.1"
+ "url": "https://github.com/webignition/disallowed-character-terminated-string.git",
+ "reference": "25d12868c82b56bc0d04278e31594385ba4dddc4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/TwigBridge/zipball/v2.2.1",
- "reference": "v2.2.1",
+ "url": "https://api.github.com/repos/webignition/disallowed-character-terminated-string/zipball/25d12868c82b56bc0d04278e31594385ba4dddc4",
+ "reference": "25d12868c82b56bc0d04278e31594385ba4dddc4",
"shasum": ""
},
"require": {
- "php": ">=5.3.3",
- "twig/twig": ">=1.11.0,<2.0"
- },
- "require-dev": {
- "symfony/form": "2.2.*",
- "symfony/http-kernel": ">=2.2,<2.3-dev",
- "symfony/routing": ">=2.2,<2.3-dev",
- "symfony/security": ">=2.0,<2.3-dev",
- "symfony/templating": ">=2.1,<3.0",
- "symfony/translation": ">=2.0,<2.3-dev",
- "symfony/yaml": ">=2.0,<3.0"
- },
- "suggest": {
- "symfony/form": "2.2.*",
- "symfony/http-kernel": "2.2.*",
- "symfony/routing": "2.2.*",
- "symfony/security": "2.2.*",
- "symfony/templating": "2.2.*",
- "symfony/translation": "2.2.*",
- "symfony/yaml": "2.2.*"
- },
- "type": "symfony-bridge",
- "extra": {
- "branch-alias": {
- "dev-master": "2.2-dev"
- }
+ "php": ">=5.3.0"
},
+ "type": "library",
"autoload": {
"psr-0": {
- "Symfony\\Bridge\\Twig\\": ""
+ "": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -2371,49 +2794,45 @@
],
"authors": [
{
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
+ "name": "Jon Cram",
+ "email": "jon@webignition.net"
}
],
- "description": "Symfony Twig Bridge",
- "homepage": "http://symfony.com",
- "time": "2013-03-15 10:14:31"
+ "description": "A string terminated by one or more disallowed characters",
+ "homepage": "https://github.com/webignition/disallowed-character-terminated-string",
+ "keywords": [
+ "string",
+ "terminated"
+ ],
+ "time": "2012-07-16T21:29:50+00:00"
},
{
- "name": "symfony/twig-bundle",
- "version": "v2.2.1",
- "target-dir": "Symfony/Bundle/TwigBundle",
+ "name": "webignition/internet-media-type",
+ "version": "0.4.7",
"source": {
"type": "git",
- "url": "https://github.com/symfony/TwigBundle.git",
- "reference": "v2.2.1"
+ "url": "https://github.com/webignition/internet-media-type.git",
+ "reference": "968b95796bc682c7f554c2ec671b6a97a9d5a5b0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/TwigBundle/zipball/v2.2.1",
- "reference": "v2.2.1",
+ "url": "https://api.github.com/repos/webignition/internet-media-type/zipball/968b95796bc682c7f554c2ec671b6a97a9d5a5b0",
+ "reference": "968b95796bc682c7f554c2ec671b6a97a9d5a5b0",
"shasum": ""
},
"require": {
- "php": ">=5.3.3",
- "symfony/twig-bridge": "2.2.*"
+ "php": ">=5.3.0",
+ "webignition/quoted-string": ">=0.1,<1.0",
+ "webignition/string-parser": ">=0.2.2,<1.0"
},
"require-dev": {
- "symfony/stopwatch": ">=2.2,<2.3-dev"
- },
- "type": "symfony-bundle",
- "extra": {
- "branch-alias": {
- "dev-master": "2.2-dev"
- }
+ "phpunit/phpunit": "~4.0"
},
+ "type": "library",
"autoload": {
"psr-0": {
- "Symfony\\Bundle\\TwigBundle\\": ""
+ "webignition\\Tests": "tests/",
+ "": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -2422,45 +2841,48 @@
],
"authors": [
{
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
+ "name": "Jon Cram",
+ "email": "jon@webignition.net"
}
],
- "description": "Symfony TwigBundle",
- "homepage": "http://symfony.com",
- "time": "2013-02-08 16:10:54"
+ "description": "PHP model of an http://en.wikipedia.org/wiki/Internet_media_type",
+ "homepage": "https://github.com/webignition/internet-media-type",
+ "keywords": [
+ "content type",
+ "content-type",
+ "internet media type",
+ "media type",
+ "media-type"
+ ],
+ "time": "2015-02-20T16:52:30+00:00"
},
{
- "name": "symfony/yaml",
- "version": "v2.2.1",
- "target-dir": "Symfony/Component/Yaml",
+ "name": "webignition/quoted-string",
+ "version": "0.2.1",
"source": {
"type": "git",
- "url": "https://github.com/symfony/Yaml.git",
- "reference": "v2.2.1"
+ "url": "https://github.com/webignition/quoted-string.git",
+ "reference": "88b36b7be067796683ab3668e175322842dd5313"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/Yaml/zipball/v2.2.1",
- "reference": "v2.2.1",
+ "url": "https://api.github.com/repos/webignition/quoted-string/zipball/88b36b7be067796683ab3668e175322842dd5313",
+ "reference": "88b36b7be067796683ab3668e175322842dd5313",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
+ "php": ">=5.5.0",
+ "webignition/string-parser": ">=0.2.3,<1"
},
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.2-dev"
- }
+ "require-dev": {
+ "phpunit/phpunit": "~4.0",
+ "squizlabs/php_codesniffer": "3.*"
},
+ "type": "library",
"autoload": {
- "psr-0": {
- "Symfony\\Component\\Yaml\\": ""
+ "psr-4": {
+ "webignition\\QuotedString\\": "src/",
+ "webignition\\Tests\\QuotedString\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -2469,86 +2891,76 @@
],
"authors": [
{
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
+ "name": "Jon Cram",
+ "email": "jon@webignition.net"
}
],
- "description": "Symfony Yaml Component",
- "homepage": "http://symfony.com",
- "time": "2013-03-23 07:49:54"
+ "description": "A parser for string values that are encapsulated in double quotes (ASCII 34)",
+ "homepage": "https://github.com/webignition/quoted-string",
+ "keywords": [
+ "parser",
+ "quoted-string"
+ ],
+ "time": "2017-05-11T11:41:31+00:00"
},
{
- "name": "twig/twig",
- "version": "v1.12.3",
+ "name": "webignition/string-parser",
+ "version": "0.2.3",
"source": {
"type": "git",
- "url": "https://github.com/fabpot/Twig.git",
- "reference": "v1.12.3"
+ "url": "https://github.com/webignition/string-parser.git",
+ "reference": "8591e28c05bd250bcc67b8001f3588995b9ef74b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/fabpot/Twig/zipball/v1.12.3",
- "reference": "v1.12.3",
+ "url": "https://api.github.com/repos/webignition/string-parser/zipball/8591e28c05bd250bcc67b8001f3588995b9ef74b",
+ "reference": "8591e28c05bd250bcc67b8001f3588995b9ef74b",
"shasum": ""
},
"require": {
- "php": ">=5.2.4"
+ "php": ">=5.3.0",
+ "webignition/disallowed-character-terminated-string": ">=1.0"
},
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.12-dev"
- }
+ "require-dev": {
+ "phpunit/phpunit": "~4.0",
+ "squizlabs/php_codesniffer": "3.*"
},
+ "type": "library",
"autoload": {
- "psr-0": {
- "Twig_": "lib/"
+ "psr-4": {
+ "webignition\\StringParser\\": "src/",
+ "webignition\\Tests\\StringParser\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "BSD-3"
+ "MIT"
],
"authors": [
{
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Armin Ronacher",
- "email": "armin.ronacher@active-4.com"
+ "name": "Jon Cram",
+ "email": "jon@webignition.net"
}
],
- "description": "Twig, the flexible, fast, and secure template language for PHP",
- "homepage": "http://twig.sensiolabs.org",
+ "description": "Abstract state-based string parser",
+ "homepage": "https://github.com/webignition/string-parser",
"keywords": [
- "templating"
+ "parser",
+ "string"
],
- "time": "2013-04-08 12:40:11"
+ "time": "2017-05-11T10:04:12+00:00"
}
],
- "packages-dev": [
-
- ],
- "aliases": [
-
- ],
+ "packages-dev": [],
+ "aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"sculpin/sculpin": 20,
- "components/font-awesome": 20,
"dflydev/embedded-composer": 20,
- "michelf/php-markdown": 10,
"composer/composer": 20
},
- "platform": [
-
- ],
- "platform-dev": [
-
- ]
+ "prefer-stable": false,
+ "prefer-lowest": false,
+ "platform": [],
+ "platform-dev": []
}
diff --git a/publish.sh.dist b/publish.sh.dist
index e761a16..59a682f 100755
--- a/publish.sh.dist
+++ b/publish.sh.dist
@@ -1,5 +1,5 @@
#!/bin/bash
+rm -rf output_prod
vendor/bin/sculpin generate --env=prod || ( echo "Could not generate the site" && exit )
-vendor/bin/sculpin assets:install --env=prod output_prod || ( echo "Could not install assets for the site" && exit )
-rsync -avze 'ssh -p 9999' output_prod/ username@stackphp.com:public_html || ( echo "Could not publish the site" && exit )
+fab || ( echo "Could not publish the site" && exit )
diff --git a/source/_views/default.html b/source/_views/default.html
index 47664e2..09d2d7b 100644
--- a/source/_views/default.html
+++ b/source/_views/default.html
@@ -7,7 +7,7 @@
-
+
-
+
+
+ {% if page.nav_name == "home" %}
+
+ {% endif %}
+
{% block content_wrapper %}{% block content %}{% endblock %}{% endblock %}
-