diff --git a/README.md b/README.md index 123b08a..e40b09c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ PHP IMDb A PHP 5.3 library for scraping IMDb, strongly inspired by [imdb](https://github.com/ariejan/imdb). -[![Build Status](https://secure.travis-ci.org/redpanda/php-imdb.png)](http://travis-ci.org/redpanda/php-imdb) +[![Build Status](https://secure.travis-ci.org/Crash--/php-imdb.png?branch=master)](https://travis-ci.org/Crash--/php-imdb) ## Installation diff --git a/composer.lock b/composer.lock index 2ba1e3b..1aca085 100644 --- a/composer.lock +++ b/composer.lock @@ -1,32 +1,205 @@ { - "hash": "984e584d379890930a254740d77fe1a6", + "hash": "a0a3dc573b39890ea63490fc77895467", "packages": [ { - "package": "kriswallsmith/buzz", - "version": "dev-master", - "source-reference": "83147864bfac8d47a56ac26b901b8f39ef078489" + "name": "kriswallsmith/buzz", + "version": "v0.7", + "source": { + "type": "git", + "url": "http://github.com/kriswallsmith/Buzz.git", + "reference": "v0.7" + }, + "dist": { + "type": "zip", + "url": "https://github.com/kriswallsmith/Buzz/zipball/v0.7", + "reference": "v0.7", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "suggest": { + "ext-curl": "*" + }, + "time": "2012-06-25 12:01:38", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-0": { + "Buzz": "lib/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Kris Wallsmith", + "email": "kris.wallsmith@gmail.com", + "homepage": "http://kriswallsmith.net/" + } + ], + "description": "Lightweight HTTP client", + "homepage": "https://github.com/kriswallsmith/Buzz", + "keywords": [ + "curl", + "http client" + ] }, { - "package": "symfony/browser-kit", - "version": "dev-master", - "source-reference": "f03173e232da5d84eb799cad5d57354e6541b0f8" + "name": "symfony/console", + "version": "v2.1.3", + "target-dir": "Symfony/Component/Console", + "source": { + "type": "git", + "url": "https://github.com/symfony/Console", + "reference": "v2.1.3" + }, + "dist": { + "type": "zip", + "url": "https://github.com/symfony/Console/zipball/v2.1.3", + "reference": "v2.1.3", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "time": "2012-10-22 07:37:12", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.1-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Symfony\\Component\\Console": "" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + } + ], + "description": "Symfony Console Component", + "homepage": "http://symfony.com" }, { - "package": "symfony/console", - "version": "dev-master", - "source-reference": "8c69d3a3e26885cad132a38ab0d7f287fb975296" + "name": "symfony/css-selector", + "version": "v2.1.3", + "target-dir": "Symfony/Component/CssSelector", + "source": { + "type": "git", + "url": "https://github.com/symfony/CssSelector", + "reference": "v2.1.3" + }, + "dist": { + "type": "zip", + "url": "https://github.com/symfony/CssSelector/zipball/v2.1.3", + "reference": "v2.1.3", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "time": "2012-10-04 08:17:57", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.1-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Symfony\\Component\\CssSelector": "" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + } + ], + "description": "Symfony CssSelector Component", + "homepage": "http://symfony.com" }, { - "package": "symfony/css-selector", - "version": "dev-master", - "source-reference": "dd695aadd80d8e6e726a7a050535c04325cefa02" - }, - { - "package": "symfony/dom-crawler", - "version": "dev-master", - "source-reference": "69b857977d96e4c726be5524fa00370aef5e9b20" + "name": "symfony/dom-crawler", + "version": "v2.1.3", + "target-dir": "Symfony/Component/DomCrawler", + "source": { + "type": "git", + "url": "https://github.com/symfony/DomCrawler", + "reference": "v2.1.3" + }, + "dist": { + "type": "zip", + "url": "https://github.com/symfony/DomCrawler/zipball/v2.1.3", + "reference": "v2.1.3", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "symfony/css-selector": "2.1.*" + }, + "suggest": { + "symfony/css-selector": "2.1.*" + }, + "time": "2012-10-18 14:16:01", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.1-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Symfony\\Component\\DomCrawler": "" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + } + ], + "description": "Symfony DomCrawler Component", + "homepage": "http://symfony.com" } ], "packages-dev": null, - "aliases": [] + "aliases": [ + + ], + "minimum-stability": "stable", + "stability-flags": [ + + ] }