Skip to content
This repository was archived by the owner on Apr 12, 2020. It is now read-only.

Commit 7b5b548

Browse files
author
alexandresalome
committed
update dependencies to stable
1 parent c396d65 commit 7b5b548

File tree

2 files changed

+481
-208
lines changed

2 files changed

+481
-208
lines changed

composer.json

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,17 @@
33
"description": "Sourcecode of gitonomy.com",
44

55
"require": {
6-
"silex/silex": "dev-master",
7-
"twig/twig": "dev-master",
8-
"symfony/twig-bridge": "dev-master",
9-
"fabpot/sphinx-php": "dev-master",
10-
"symfony/console": "dev-master",
11-
"kriswallsmith/buzz": "dev-master"
6+
"silex/silex": "~1.1",
7+
"twig/twig": "~1.15",
8+
"symfony/twig-bridge": "~2.4",
9+
"symfony/console": "~2.4",
10+
"fabpot/sphinx-php": "~1.0",
11+
"kriswallsmith/buzz": "~0.10"
1212
},
13-
"minimum-stability": "dev",
1413

1514
"autoload": {
1615
"psr-0" : {
1716
"Gitonomy" : "src/"
1817
}
19-
},
20-
21-
"repositories": [
22-
{
23-
"type": "package",
24-
"package": {
25-
"name": "fabpot/sphinx-php",
26-
"version": "master",
27-
"source": {
28-
"url": "https://github.com/fabpot/sphinx-php.git",
29-
"type": "git",
30-
"reference": "master"
31-
}
32-
}
33-
}
34-
]
18+
}
3519
}

0 commit comments

Comments
 (0)