We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b34f4a commit 7774541Copy full SHA for 7774541
.gitignore
@@ -1 +1,3 @@
1
.idea/
2
+composer.phar
3
+vendor/
.travis.yml
@@ -14,6 +14,4 @@ env:
14
before_script:
15
- composer require symfony/framework-bundle:${FRAMEWORK_BUNDLE}
16
- composer require symfony/twig-bundle:${TWIG_BUNDLE_VERSION}
17
- - composer require twig/twig:${TWIG_VERSION}
18
-
19
-script: phpunit --coverage-text
+ - composer require twig/twig:${TWIG_VERSION}
composer.json
@@ -15,6 +15,9 @@
"symfony/twig-bundle": "~2.0",
"twig/twig": "~1.12"
},
+ "require-dev": {
+ "phpunit/phpunit": "4.8.*"
20
+ },
21
"autoload": {
22
"psr-4": {
23
"Kendrick\\SymfonyDebugToolbarGit\\": "."
0 commit comments