Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Commit

Permalink
Update dependencies (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonag authored Jan 1, 2017
1 parent c578553 commit b3e8894
Show file tree
Hide file tree
Showing 5 changed files with 750 additions and 1,365 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 5.6
- 7.0
- 7.1

before_script:
- composer self-update
Expand Down
2 changes: 1 addition & 1 deletion bin/episodes
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set_time_limit(0);
*/
$loader = require __DIR__.'/../vendor/autoload.php';

$application = new \jonag\Episodes\Application('Episodes', '2.1');
$application = new \jonag\Episodes\Application('Episodes', '2.1.1');

$container = $application->getContainer();
$container['pdo'] = function () {
Expand Down
13 changes: 8 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "jonag/episodes",
"license": "MIT",
"authors": [
{
"name": "jonag",
Expand All @@ -14,13 +15,15 @@
},
"require": {
"php": ">=5.6.0",
"symfony/console": "3.2.0-BETA1",
"symfony/console": "^3.2",
"pimple/pimple": "^3.0",
"symfony/finder": "^3.0",
"symfony/yaml": "^3.0",
"incenteev/composer-parameter-handler": "~2.0",
"lstrojny/fxmlrpc": "^0.10.0",
"egeloen/http-adapter": "^1.0"
"lstrojny/fxmlrpc": "^0.13",
"roave/security-advisories": "dev-master",
"php-http/message": "^1.4",
"php-http/guzzle6-adapter": "^1.1"
},
"scripts": {
"post-install-cmd": [
Expand All @@ -36,7 +39,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^5.5",
"mikey179/vfsStream": "^1.6"
"mikey179/vfsStream": "^1.6",
"symfony/phpunit-bridge": "^3.2"
}
}
Loading

0 comments on commit b3e8894

Please sign in to comment.