Skip to content

Commit 46ac33e

Browse files
committed
Moved binaries back to vendor/bin/
1 parent 189eec1 commit 46ac33e

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,5 @@
1212
/var/sessions/*
1313
!var/sessions/.gitkeep
1414
!var/SymfonyRequirements.php
15-
/bin/*
16-
!bin/console
17-
!bin/symfony_requirements
1815
/vendor/
1916
/web/bundles/

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ install:
2323
- composer install
2424

2525
script:
26-
- ./bin/phpunit
26+
- ./vendor/bin/phpunit

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
]
5555
},
5656
"config": {
57-
"bin-dir": "bin",
5857
"platform": {
5958
"php": "5.5.9"
6059
}

0 commit comments

Comments
 (0)