1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,11 @@ |
1 |
+language: php |
|
2 |
+php: |
|
3 |
+ - '7.3' |
|
4 |
+ - '7.4' |
|
5 |
+ - nightly |
|
6 |
+install: |
|
7 |
+ - wget https://cs.symfony.com/download/php-cs-fixer-v2.phar |
|
8 |
+ - wget https://get.sensiolabs.org/security-checker.phar |
|
9 |
+script: |
|
10 |
+ - php php-cs-fixer-v2.phar fix --dry-run --diff . |
|
11 |
+ - php security-checker.phar security:check |