Updated dependencies and dropped most version numbers

There's no point in defining version numbers prematurely. I'll update with
exact versions as the need arises. At the moment `dev-master` outta be good
enough.
This commit is contained in:
Josh Sherman 2014-09-20 15:43:15 -04:00
parent 617eb21614
commit 702414b694
2 changed files with 58 additions and 52 deletions

View file

@ -1,30 +1,33 @@
{ {
"name": "joshtronic/pickles", "name": "joshtronic/pickles",
"description": "PHP Interface Collection of Killer Libraries to Enhance Stuff", "description": "PHP Interface Collection of Killer Libraries to Enhance Stuff",
"type": "library",
"keywords": ["pickles", "framework", "rapid", "development", "mvc"],
"homepage": "https://github.com/joshtronic/pickles",
"license": "MIT", "license": "MIT",
"authors": [ "authors": [
{ {
"name": "Josh Sherman", "name": "Josh Sherman",
"email": "josh@gravityblvd.com", "email": "josh@gravityblvd.com",
"homepage": "https://github.com/joshtronic/pickles" "homepage": "http://joshtronic.com"
} }
], ],
"autoload": {
"classmap": ["src/"]
},
"repositories": [{ "repositories": [{
"type": "vcs", "type": "vcs",
"url": "https://github.com/joshtronic/php-ayah" "url": "https://github.com/joshtronic/php-ayah"
}], }],
"require-dev": { "require-dev": {
"mikey179/vfsStream": "1.3.0", "mikey179/vfsStream": "dev-master",
"satooshi/php-coveralls": "dev-master" "satooshi/php-coveralls": "dev-master"
}, },
"require": { "require": {
"php": ">=5.4.0", "php": ">=5.4",
"devize/closure-compiler": "@dev", "devize/closure-compiler": "dev-master",
"joshtronic/php-ayah": "@dev", "joshtronic/php-ayah": "dev-master",
"leafo/lessphp": "0.4.0", "leafo/lessphp": "dev-master",
"leafo/scssphp": "0.1.1" "leafo/scssphp": "dev-master"
},
"autoload": {
"classmap": ["src/"]
} }
} }

87
composer.lock generated
View file

@ -3,7 +3,7 @@
"This file locks the dependencies of your project to a known state", "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 http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
], ],
"hash": "fa6cb8389d7f11270a215c225a69ab09", "hash": "03a4d045cd4fef4443a613c4a9294770",
"packages": [ "packages": [
{ {
"name": "devize/closure-compiler", "name": "devize/closure-compiler",
@ -83,22 +83,22 @@
}, },
{ {
"name": "leafo/lessphp", "name": "leafo/lessphp",
"version": "v0.4.0", "version": "dev-master",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/leafo/lessphp.git", "url": "https://github.com/leafo/lessphp.git",
"reference": "51f3f06f0fe78a722dabfd14578444bdd078d9de" "reference": "011afcca8e6f1000a6e789921ba805fa578271a3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/leafo/lessphp/zipball/51f3f06f0fe78a722dabfd14578444bdd078d9de", "url": "https://api.github.com/repos/leafo/lessphp/zipball/011afcca8e6f1000a6e789921ba805fa578271a3",
"reference": "51f3f06f0fe78a722dabfd14578444bdd078d9de", "reference": "011afcca8e6f1000a6e789921ba805fa578271a3",
"shasum": "" "shasum": ""
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "0.3-dev" "dev-master": "0.4.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -120,11 +120,11 @@
], ],
"description": "lessphp is a compiler for LESS written in PHP.", "description": "lessphp is a compiler for LESS written in PHP.",
"homepage": "http://leafo.net/lessphp/", "homepage": "http://leafo.net/lessphp/",
"time": "2013-08-09 17:09:19" "time": "2014-04-27 02:56:30"
}, },
{ {
"name": "leafo/scssphp", "name": "leafo/scssphp",
"version": "v0.1.1", "version": "dev-master",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/leafo/scssphp.git", "url": "https://github.com/leafo/scssphp.git",
@ -273,28 +273,28 @@
}, },
{ {
"name": "mikey179/vfsStream", "name": "mikey179/vfsStream",
"version": "v1.3.0", "version": "dev-master",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mikey179/vfsStream.git", "url": "https://github.com/mikey179/vfsStream.git",
"reference": "8571f349567e02af1b7efc0fc4e3a4a1c98e664e" "reference": "61b12172292cf539685507aa65b076c1530e83c1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mikey179/vfsStream/zipball/8571f349567e02af1b7efc0fc4e3a4a1c98e664e", "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/61b12172292cf539685507aa65b076c1530e83c1",
"reference": "8571f349567e02af1b7efc0fc4e3a4a1c98e664e", "reference": "61b12172292cf539685507aa65b076c1530e83c1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.0" "php": ">=5.3.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.1" "phpunit/phpunit": "~4.2"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.3.x-dev" "dev-master": "1.4.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -307,7 +307,7 @@
"BSD" "BSD"
], ],
"homepage": "http://vfs.bovigo.org/", "homepage": "http://vfs.bovigo.org/",
"time": "2014-07-21 20:15:54" "time": "2014-09-14 10:18:53"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@ -424,17 +424,17 @@
}, },
{ {
"name": "symfony/config", "name": "symfony/config",
"version": "v2.5.3", "version": "v2.5.4",
"target-dir": "Symfony/Component/Config", "target-dir": "Symfony/Component/Config",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Config.git", "url": "https://github.com/symfony/Config.git",
"reference": "8d044668c7ccb4ade684e368d910e3aadcff6f6c" "reference": "080eabdc256c1d7a3a7cf6296271edb68eb1ab2b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Config/zipball/8d044668c7ccb4ade684e368d910e3aadcff6f6c", "url": "https://api.github.com/repos/symfony/Config/zipball/080eabdc256c1d7a3a7cf6296271edb68eb1ab2b",
"reference": "8d044668c7ccb4ade684e368d910e3aadcff6f6c", "reference": "080eabdc256c1d7a3a7cf6296271edb68eb1ab2b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -468,21 +468,21 @@
], ],
"description": "Symfony Config Component", "description": "Symfony Config Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-08-05 09:00:40" "time": "2014-08-31 03:22:04"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v2.5.3", "version": "v2.5.4",
"target-dir": "Symfony/Component/Console", "target-dir": "Symfony/Component/Console",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Console.git", "url": "https://github.com/symfony/Console.git",
"reference": "cd2d1e4bac2206b337326b0140ff475fe9ad5f63" "reference": "748beed2a1e73179c3f5154d33fe6ae100c1aeb1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Console/zipball/cd2d1e4bac2206b337326b0140ff475fe9ad5f63", "url": "https://api.github.com/repos/symfony/Console/zipball/748beed2a1e73179c3f5154d33fe6ae100c1aeb1",
"reference": "cd2d1e4bac2206b337326b0140ff475fe9ad5f63", "reference": "748beed2a1e73179c3f5154d33fe6ae100c1aeb1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -523,11 +523,11 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-08-05 09:00:40" "time": "2014-08-14 16:10:54"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v2.5.3", "version": "v2.5.4",
"target-dir": "Symfony/Component/EventDispatcher", "target-dir": "Symfony/Component/EventDispatcher",
"source": { "source": {
"type": "git", "type": "git",
@ -584,17 +584,17 @@
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v2.5.3", "version": "v2.5.4",
"target-dir": "Symfony/Component/Filesystem", "target-dir": "Symfony/Component/Filesystem",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Filesystem.git", "url": "https://github.com/symfony/Filesystem.git",
"reference": "c1309b0ee195ad264a4314435bdaecdfacb8ae9c" "reference": "a765efd199e02ff4001c115c318e219030be9364"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Filesystem/zipball/c1309b0ee195ad264a4314435bdaecdfacb8ae9c", "url": "https://api.github.com/repos/symfony/Filesystem/zipball/a765efd199e02ff4001c115c318e219030be9364",
"reference": "c1309b0ee195ad264a4314435bdaecdfacb8ae9c", "reference": "a765efd199e02ff4001c115c318e219030be9364",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -627,21 +627,21 @@
], ],
"description": "Symfony Filesystem Component", "description": "Symfony Filesystem Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-07-09 09:05:48" "time": "2014-09-03 09:00:14"
}, },
{ {
"name": "symfony/stopwatch", "name": "symfony/stopwatch",
"version": "v2.5.3", "version": "v2.5.4",
"target-dir": "Symfony/Component/Stopwatch", "target-dir": "Symfony/Component/Stopwatch",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Stopwatch.git", "url": "https://github.com/symfony/Stopwatch.git",
"reference": "086c8c98c3016f59f5e6e7b15b751c2384b311e5" "reference": "22ab4f76cdeefd38b00022a6be5709190a2fd046"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Stopwatch/zipball/086c8c98c3016f59f5e6e7b15b751c2384b311e5", "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/22ab4f76cdeefd38b00022a6be5709190a2fd046",
"reference": "086c8c98c3016f59f5e6e7b15b751c2384b311e5", "reference": "22ab4f76cdeefd38b00022a6be5709190a2fd046",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -674,21 +674,21 @@
], ],
"description": "Symfony Stopwatch Component", "description": "Symfony Stopwatch Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-08-06 06:44:37" "time": "2014-08-14 16:10:54"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v2.5.3", "version": "v2.5.4",
"target-dir": "Symfony/Component/Yaml", "target-dir": "Symfony/Component/Yaml",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Yaml.git", "url": "https://github.com/symfony/Yaml.git",
"reference": "5a75366ae9ca8b4792cd0083e4ca4dff9fe96f1f" "reference": "01a7695bcfb013d0a15c6757e15aae120342986f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Yaml/zipball/5a75366ae9ca8b4792cd0083e4ca4dff9fe96f1f", "url": "https://api.github.com/repos/symfony/Yaml/zipball/01a7695bcfb013d0a15c6757e15aae120342986f",
"reference": "5a75366ae9ca8b4792cd0083e4ca4dff9fe96f1f", "reference": "01a7695bcfb013d0a15c6757e15aae120342986f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -721,7 +721,7 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-08-05 09:00:40" "time": "2014-08-31 03:22:04"
} }
], ],
"aliases": [], "aliases": [],
@ -729,10 +729,13 @@
"stability-flags": { "stability-flags": {
"devize/closure-compiler": 20, "devize/closure-compiler": 20,
"joshtronic/php-ayah": 20, "joshtronic/php-ayah": 20,
"leafo/lessphp": 20,
"leafo/scssphp": 20,
"mikey179/vfsstream": 20,
"satooshi/php-coveralls": 20 "satooshi/php-coveralls": 20
}, },
"platform": { "platform": {
"php": ">=5.4.0" "php": ">=5.4"
}, },
"platform-dev": [] "platform-dev": []
} }