Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Verified Commit d35737c6 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

chore: update some files

Make sure they are aligned with `laravel-cas`
parent 29df1550
Branches
Tags
No related merge requests found
# This file is for unifying the coding style for different editors and IDEs # This file is for unifying the coding style for different editors and IDEs
# editorconfig.org # editorconfig.org
# PHP PSR-2 Coding Standards
# http://www.php-fig.org/psr/psr-2/
root = true root = true
[*.{php,inc,module}] [*]
charset = utf-8 charset = utf-8
end_of_line = lf end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4 indent_size = 4
max_line_length = 120
[*.{json,json.dist,yml,yaml,yml.dist,yaml.dist}]
indent_style = space indent_style = space
indent_size = 4
max_line_length = 120 max_line_length = 120
trim_trailing_whitespace = true
[*.{md}] [**.{md,rst}]
indent_style = space
indent_size = 2 indent_size = 2
max_line_length = 80 max_line_length = 80
build:
image: default-bionic
nodes:
php81:
environment:
php:
version: 8.1
pecl_extensions:
- pcov
filter:
paths:
- "src/*"
tools:
external_code_coverage:
timeout: 600
php_loc: true
php_pdepend: true
php_sim: true
php_changetracking: true
...@@ -52,5 +52,11 @@ ...@@ -52,5 +52,11 @@
"EcPhp\\LaravelEcas\\Providers\\LaravelEcasProvider" "EcPhp\\LaravelEcas\\Providers\\LaravelEcasProvider"
] ]
} }
},
"scripts": {
"changelog-unreleased": "auto-changelog -c .auto-changelog -u",
"changelog-version": "auto-changelog -c .auto-changelog -v",
"grumphp": "./vendor/bin/grumphp run",
"phpunit": "vendor/bin/phpunit"
} }
} }
imports: imports:
- { resource: vendor/ecphp/php-conventions/config/php73/grumphp.yml } - { resource: vendor/ecphp/php-conventions/config/php73/grumphp.yml }
parameters:
extra_tasks:
phpunit:
always_execute: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment