Skip to content

Commit ec9e451

Browse files
authored
Merge pull request #33 from rayanlevert/3.0
Removing phpcs from dev package
2 parents 97f0c0b + b820568 commit ec9e451

File tree

3 files changed

+156
-193
lines changed

3 files changed

+156
-193
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -30,33 +30,6 @@ jobs:
3030
- name: Ensure that dependencies can be installed
3131
run: composer install --no-ansi --dry-run
3232

33-
coding-guidelines:
34-
name: Coding Guidelines
35-
36-
needs:
37-
- dependency-validation
38-
39-
runs-on: ubuntu-latest
40-
41-
steps:
42-
- name: Checkout
43-
uses: actions/checkout@v4
44-
45-
- name: Install PHP
46-
uses: shivammathur/setup-php@v2
47-
with:
48-
php-version: 8.4
49-
extensions: mbstring
50-
coverage: none
51-
tools: none
52-
53-
- name: Install dependencies with Composer
54-
run: composer install --no-ansi
55-
56-
# phpcs is not php8.4 compatible for now.
57-
# - name: Run PHP-CS-Fixer
58-
# run: vendor/bin/phpcs src
59-
6033
static-analysis:
6134
name: Static analysis
6235

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "^11.0",
17-
"phpstan/phpstan": "^2.1",
18-
"squizlabs/php_codesniffer": "^3.7"
17+
"phpstan/phpstan": "^2.1"
1918
},
2019
"autoload": {
2120
"psr-4": {

0 commit comments

Comments
 (0)