Skip to content

Commit

Permalink
Merge branch release/v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roadiz-ci committed Dec 6, 2024
1 parent 4214bdc commit 4bdd247
Show file tree
Hide file tree
Showing 26 changed files with 2,290 additions and 3,082 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['8.1', '8.2', '8.3']
php-version: ['8.2', '8.3']
steps:
- uses: shivammathur/setup-php@v2
with:
Expand All @@ -35,8 +35,6 @@ jobs:
${{ runner.os }}-php-${{ matrix.php-version }}-
- name: Install Dependencies
run: composer install --no-scripts --no-ansi --no-interaction --no-progress
- name: Run PHP Code Sniffer
run: vendor/bin/phpcs --extensions=php --warning-severity=0 --standard=PSR12 -p ./src
- name: Run PHPStan
run: vendor/bin/phpstan analyse --no-progress -c phpstan.neon
- name: Run unit tests
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"ext-json": "*",
"nette/php-generator": "^4.1",
"roadiz/nodetype-contracts": "~1.1.2",
"symfony/string": "6.4.*",
"symfony/yaml": "6.4.*",
Expand All @@ -34,15 +35,14 @@
}
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5",
"phpstan/phpstan": "^1.5.3",
"phpunit/phpunit": "^9.5",
"api-platform/core": "~3.2.14"
"api-platform/core": "~3.3.11"
},
"extra": {
"branch-alias": {
"dev-main": "2.3.x-dev",
"dev-develop": "2.4.x-dev"
"dev-main": "2.4.x-dev",
"dev-develop": "2.5.x-dev"
}
}
}
117 changes: 0 additions & 117 deletions src/Attribute/AttributeGenerator.php

This file was deleted.

47 changes: 0 additions & 47 deletions src/Attribute/AttributeListGenerator.php

This file was deleted.

Loading

0 comments on commit 4bdd247

Please sign in to comment.