Skip to content
This repository was archived by the owner on Oct 19, 2020. It is now read-only.

Commit 4cc9e79

Browse files
committed
Fix vendor and require
1 parent 133c6f1 commit 4cc9e79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ script:
1717
# Try to install all requirements.
1818
- composer install
1919
# Check if there is a security issue with the required packages.
20-
- bin/security-checker security:check composer.lock
20+
- vendor/bin/security-checker security:check

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"email": "webysther@gmail.com"
1111
}
1212
],
13-
"require": {
13+
"require-dev": {
1414
"behat/behat": "@stable",
1515
"brianium/paratest": "@stable",
1616
"friendsofphp/php-cs-fixer": "@stable",

0 commit comments

Comments
 (0)