Skip to content

Commit

Permalink
Prepare 3.0 Branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Nov 18, 2024
1 parent e6ea391 commit 27b5ea4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 61 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,8 @@ jobs:
fail-fast: false
matrix:
include:
- php-version: '7.2'
dependency-versions: 'lowest'
phpunit-config: 'phpunit-9.xml.dist'

- php-version: '7.3'
dependency-versions: 'highest'
phpunit-config: 'phpunit-9.xml.dist'

- php-version: '7.4'
dependency-versions: 'highest'
phpunit-config: 'phpunit-9.xml.dist'

- php-version: '8.0'
dependency-versions: 'highest'
phpunit-config: 'phpunit-9.xml.dist'

- php-version: '8.1'
dependency-versions: 'highest'
phpunit-config: 'phpunit-9.xml.dist'

- php-version: '8.2'
dependency-versions: 'highest'
dependency-versions: 'lowest'

- php-version: '8.3'
dependency-versions: 'highest'
Expand Down
32 changes: 16 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,36 +11,36 @@
}
],
"require": {
"php": "^7.2 || ^8.0",
"php": "^8.2",
"doctrine/orm": "^2.5.3",
"friendsofsymfony/rest-bundle": "^2.5 || ^3.0",
"jms/serializer-bundle": "^3.0 || ^4.0 || ^5.0",
"php-task/php-task": "^1.3.3 || ^2.0",
"php-task/task-bundle": "^2.0 || ^3.0",
"sulu/sulu": "^2.4.0 || ^2.5.0@dev",
"symfony/config": "^4.3 || ^5.4 || ^6.3 || ^7.0",
"symfony/dependency-injection": "^4.3 || ^5.4 || ^6.3 || ^7.0",
"symfony/deprecation-contracts": "^1.0 || ^2.0 || ^3.0",
"symfony/http-foundation": "^4.3 || ^5.4 || ^6.3 || ^7.0",
"symfony/http-kernel": "^4.3 || ^5.4 || ^6.3 || ^7.0"
"sulu/sulu": "^3.0 || ^3.0@dev",
"symfony/config": "^6.4 || ^7.1",
"symfony/dependency-injection": "^6.4 || ^7.1",
"symfony/deprecation-contracts": "^2.5 || ^3.0",
"symfony/http-foundation": "^6.4 || ^7.1",
"symfony/http-kernel": "^6.4 || ^7.1"
},
"require-dev": {
"handcraftedinthealps/zendsearch": "^2.0",
"jackalope/jackalope-doctrine-dbal": "^1.3.0 || ^2.0",
"jackalope/jackalope-doctrine-dbal": "^1.6 || ^2.0",
"jangregor/phpstan-prophecy": "^1.0",
"php-cs-fixer/shim": "^3.0",
"phpspec/prophecy": "^1.8",
"phpspec/prophecy-phpunit": "^1.1 || ^2.0",
"php-cs-fixer/shim": "^3.6",
"phpspec/prophecy": "^1.18",
"phpspec/prophecy-phpunit": "^2.1",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-doctrine": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-symfony": "^1.0",
"phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.0",
"symfony/browser-kit": "^4.3 || ^5.4 || ^6.3 || ^7.0",
"symfony/dotenv": "^4.3 || ^5.4 || ^6.3 || ^7.0",
"phpunit/phpunit": "^10.5",
"symfony/browser-kit": "^6.4 || ^7.1",
"symfony/dotenv": "^6.4 || ^7.1",
"symfony/monolog-bundle": "^3.1",
"symfony/security-bundle": "^4.3 || ^5.4 || ^6.3 || ^7.0",
"symfony/stopwatch": "^4.3 || ^5.4 || ^6.3 || ^7.0",
"symfony/security-bundle": "^6.4 || ^7.1",
"symfony/stopwatch": "^6.4 || ^7.1",
"thecodingmachine/phpstan-strict-rules": "^1.0"
},
"autoload": {
Expand Down
24 changes: 0 additions & 24 deletions phpunit-9.xml.dist

This file was deleted.

0 comments on commit 27b5ea4

Please sign in to comment.