Skip to content

Commit f9653ee

Browse files
committed
Merge pull request #5 from takeit/docs
amp lib version change
2 parents f9215db + 3c86b15 commit f9653ee

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,9 @@
1111
"email": "rmuszynski1@gmail.com"
1212
}
1313
],
14-
"repositories": [
15-
{
16-
"type": "git",
17-
"url": "https://github.com/Lullabot/amp-library"
18-
}
19-
],
2014
"require": {
2115
"php": ">=5.5.9|^7.0",
22-
"lullabot/amp": "dev-master",
16+
"lullabot/amp": "1.0.*",
2317
"symfony/framework-bundle": "^2.3|^3.0",
2418
"symfony/twig-bundle": "^2.3|^3.0"
2519
},

phpspec.yml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ suites:
22
main:
33
namespace: Takeit\Bundle\AmpHtmlBundle
44
psr4_prefix: Takeit\Bundle\AmpHtmlBundle
5-
src_path: .
5+
src_path: .

0 commit comments

Comments
 (0)