We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9215db + 3c86b15 commit f9653eeCopy full SHA for f9653ee
composer.json
@@ -11,15 +11,9 @@
11
"email": "rmuszynski1@gmail.com"
12
}
13
],
14
- "repositories": [
15
- {
16
- "type": "git",
17
- "url": "https://github.com/Lullabot/amp-library"
18
- }
19
- ],
20
"require": {
21
"php": ">=5.5.9|^7.0",
22
- "lullabot/amp": "dev-master",
+ "lullabot/amp": "1.0.*",
23
"symfony/framework-bundle": "^2.3|^3.0",
24
"symfony/twig-bundle": "^2.3|^3.0"
25
},
phpspec.yml.dist
@@ -2,4 +2,4 @@ suites:
2
main:
3
namespace: Takeit\Bundle\AmpHtmlBundle
4
psr4_prefix: Takeit\Bundle\AmpHtmlBundle
5
- src_path: .
+ src_path: .
0 commit comments