Worked through some bugs, updated dependencies

The vendor directory is now just composer stuff. Planning to rearrange some
files soon but wanted to commit these changes. AYAH is now installed via
composer from a package I am maintaining and I dropped the test helpers as it
is a dev-only requirement (and that's assuming you even want to test).
This commit is contained in:
Joshua Sherman 2014-01-20 22:06:59 -05:00
parent c9f39e2e18
commit 293f618bef
43 changed files with 160 additions and 3148 deletions

211
composer.lock generated
View file

@ -3,7 +3,7 @@
"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"
],
"hash": "1d8b441a227410fc9fbef17bf7549d9a",
"hash": "d1441533619d080c356f9315ce68b9df",
"packages": [
{
"name": "devize/closure-compiler",
@ -42,6 +42,125 @@
"description": "Google's Closure Compiler for use in PHP-based projects",
"time": "2013-08-14 11:53:34"
},
{
"name": "joshtronic/php-ayah",
"version": "v1.1.8",
"source": {
"type": "git",
"url": "https://github.com/joshtronic/php-ayah.git",
"reference": "cc0ebf289394f80a83372e36e097afe2d3355b45"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "Some awesome developer over at AreYouAHuman.com",
"email": "support@areyouahuman.com"
},
{
"name": "Joshua Sherman",
"email": "josh@gravityblvd.com"
}
],
"description": "Are You a Human PHP Bundle",
"time": "2014-01-21 02:56:55"
},
{
"name": "leafo/lessphp",
"version": "v0.4.0",
"source": {
"type": "git",
"url": "https://github.com/leafo/lessphp.git",
"reference": "51f3f06f0fe78a722dabfd14578444bdd078d9de"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/leafo/lessphp/zipball/51f3f06f0fe78a722dabfd14578444bdd078d9de",
"reference": "51f3f06f0fe78a722dabfd14578444bdd078d9de",
"shasum": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.3-dev"
}
},
"autoload": {
"classmap": [
"lessc.inc.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT",
"GPL-3.0"
],
"authors": [
{
"name": "Leaf Corcoran",
"email": "leafot@gmail.com",
"homepage": "http://leafo.net"
}
],
"description": "lessphp is a compiler for LESS written in PHP.",
"homepage": "http://leafo.net/lessphp/",
"time": "2013-08-09 17:09:19"
},
{
"name": "leafo/scssphp",
"version": "v0.0.9",
"source": {
"type": "git",
"url": "https://github.com/leafo/scssphp.git",
"reference": "a06d702ebf9fabb22542bbb27cc12a905813bb6d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/leafo/scssphp/zipball/a06d702ebf9fabb22542bbb27cc12a905813bb6d",
"reference": "a06d702ebf9fabb22542bbb27cc12a905813bb6d",
"shasum": ""
},
"require": {
"php": ">=5.2.0"
},
"require-dev": {
"php": ">=5.3.0",
"phpunit/phpunit": "3.7.*"
},
"bin": [
"pscss"
],
"type": "library",
"autoload": {
"classmap": [
"scss.inc.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT",
"GPL-3.0"
],
"authors": [
{
"name": "Leaf Corcoran",
"email": "leafot@gmail.com",
"homepage": "http://leafo.net"
}
],
"description": "scssphp is a compiler for SCSS written in PHP.",
"homepage": "http://leafo.net/scssphp/",
"time": "2013-12-23 23:28:02"
}
],
"packages-dev": [
{
"name": "guzzle/guzzle",
"version": "v3.8.0",
@ -134,93 +253,6 @@
],
"time": "2013-12-05 23:39:20"
},
{
"name": "leafo/lessphp",
"version": "v0.4.0",
"source": {
"type": "git",
"url": "https://github.com/leafo/lessphp.git",
"reference": "51f3f06f0fe78a722dabfd14578444bdd078d9de"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/leafo/lessphp/zipball/51f3f06f0fe78a722dabfd14578444bdd078d9de",
"reference": "51f3f06f0fe78a722dabfd14578444bdd078d9de",
"shasum": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.3-dev"
}
},
"autoload": {
"classmap": [
"lessc.inc.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT",
"GPL-3.0"
],
"authors": [
{
"name": "Leaf Corcoran",
"email": "leafot@gmail.com",
"homepage": "http://leafo.net"
}
],
"description": "lessphp is a compiler for LESS written in PHP.",
"homepage": "http://leafo.net/lessphp/",
"time": "2013-08-09 17:09:19"
},
{
"name": "leafo/scssphp",
"version": "v0.0.9",
"source": {
"type": "git",
"url": "https://github.com/leafo/scssphp.git",
"reference": "a06d702ebf9fabb22542bbb27cc12a905813bb6d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/leafo/scssphp/zipball/a06d702ebf9fabb22542bbb27cc12a905813bb6d",
"reference": "a06d702ebf9fabb22542bbb27cc12a905813bb6d",
"shasum": ""
},
"require": {
"php": ">=5.2.0"
},
"require-dev": {
"php": ">=5.3.0",
"phpunit/phpunit": "3.7.*"
},
"bin": [
"pscss"
],
"type": "library",
"autoload": {
"classmap": [
"scss.inc.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT",
"GPL-3.0"
],
"authors": [
{
"name": "Leaf Corcoran",
"email": "leafot@gmail.com",
"homepage": "http://leafo.net"
}
],
"description": "scssphp is a compiler for SCSS written in PHP.",
"homepage": "http://leafo.net/scssphp/",
"time": "2013-12-23 23:28:02"
},
{
"name": "mikey179/vfsStream",
"version": "v1.2.0",
@ -655,9 +687,6 @@
"homepage": "http://symfony.com",
"time": "2013-12-28 08:12:03"
}
],
"packages-dev": [
],
"aliases": [