|
3 | 3 | "type" : "symfony-bundle", |
4 | 4 | "description" : "Symfony bundle providing a Twitter reader for asynchronous reading", |
5 | 5 | "keywords" : ["symfony", "twitter", "reader", "bundle"], |
6 | | - "homepage": "https://asynctweets.alexislefebvre.com/", |
| 6 | + "homepage": "http://asynctweets.alexislefebvre.com/", |
7 | 7 | "license" : "MIT", |
8 | 8 | "authors" : [{ |
9 | 9 | "name" : "Alexis Lefebvre", |
10 | 10 | "email" : "alexislefebvre@gmail.com", |
11 | | - "homepage": "https://alexislefebvre.com/", |
| 11 | + "homepage": "http://alexislefebvre.com/", |
12 | 12 | "role": "Developer" |
13 | 13 | }], |
14 | 14 | "require" : { |
15 | 15 | "php": ">=7.2", |
16 | 16 | "ext-mbstring": "*", |
17 | | - "symfony/config": "^3.4|^4.2", |
18 | | - "symfony/form": "^3.4|^4.2", |
19 | | - "symfony/framework-bundle": "^3.4|^4.2", |
20 | | - "symfony/security-csrf": "^3.4|^4.2", |
21 | | - "symfony/templating": "^3.4|^4.2", |
22 | | - "symfony/twig-bundle": "^3.4|^4.2", |
23 | | - "symfony/var-dumper": "^3.4|^4.2", |
| 17 | + "symfony/config": "~3.4|~4.2", |
| 18 | + "symfony/form": "~3.4|~4.2", |
| 19 | + "symfony/framework-bundle": "~3.4|~4.2", |
| 20 | + "symfony/security-csrf": "~3.4|~4.2", |
| 21 | + "symfony/templating": "~3.4|~4.2", |
| 22 | + "symfony/twig-bundle": "~3.4|~4.2", |
| 23 | + "symfony/var-dumper": "~3.4|~4.2", |
24 | 24 | "doctrine/orm": "^2.4.8", |
25 | 25 | "abraham/twitteroauth": "~0.6" |
26 | 26 | }, |
|
0 commit comments