Skip to content

Commit

Permalink
remove conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
wachterjohannes committed Jan 16, 2024
1 parent c259b2c commit 971062f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
dependency-versions: 'lowest'
tools: 'composer:v1'
php-cs-fixer: false
matrix.max-phpunit-version: '7'
max-phpunit-version: '7'

- php-version: '7.3'
elasticsearch-version: '2.4.6'
Expand All @@ -38,7 +38,7 @@ jobs:
dependency-versions: 'highest'
tools: 'composer:v2'
php-cs-fixer: false
matrix.max-phpunit-version: '7'
max-phpunit-version: '7'

- php-version: '7.4'
elasticsearch-version: '2.4.6'
Expand All @@ -47,7 +47,7 @@ jobs:
dependency-versions: 'highest'
tools: 'composer:v2'
php-cs-fixer: true
matrix.max-phpunit-version: '7'
max-phpunit-version: '7'

- php-version: '8.0'
elasticsearch-version: '7.11.1'
Expand All @@ -56,7 +56,7 @@ jobs:
dependency-versions: 'highest'
tools: 'composer:v2'
php-cs-fixer: false
matrix.max-phpunit-version: '7'
max-phpunit-version: '7'

- php-version: '8.1'
elasticsearch-version: '7.11.1'
Expand All @@ -65,7 +65,7 @@ jobs:
dependency-versions: 'highest'
tools: 'composer:v2'
php-cs-fixer: false
matrix.max-phpunit-version: '8'
max-phpunit-version: '8'

- php-version: '8.1'
elasticsearch-version: '7.11.1'
Expand All @@ -74,7 +74,7 @@ jobs:
dependency-versions: 'highest'
tools: 'composer:v2'
php-cs-fixer: false
matrix.max-phpunit-version: '8'
max-phpunit-version: '8'

services:
elasticsearch:
Expand Down
8 changes: 2 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@
"behat/behat": "^3.4.2",

"webmozart/assert": "^1.7",
"phpspec/prophecy": "^1.15",
"doctrine/annotations": "^1.14",
"phpspec/prophecy-phpunit": "^1.1 || ^2.1"
"doctrine/annotations": "^1.14"
},
"suggest": {
"sensio/distribution-bundle": "Required if the SearchScriptHandler is used",
Expand All @@ -52,9 +50,7 @@
"conflict": {
"guzzlehttp/ringphp": "< 1.0.7",
"symfony/security-guard": "5.4.0-BETA1",
"doctrine/doctrine-cache-bundle": "<1.3.1",
"sebastian/comparator": "^5.0",
"phpunit/phpunit": "> 8.0"
"doctrine/doctrine-cache-bundle": "<1.3.1"
},
"autoload": {
"psr-4": {
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

<php>
<env name="SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT" value="1"/>
<env name="SYMFONY_PHPUNIT_REQUIRE" value="phpspec/prophecy-phpunit:^1.1||^2.1"/>
<env name="SYMFONY_PHPUNIT_REMOVE" value="symfony/yaml"/>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak"/>
<server name="KERNEL_DIR" value="Tests/Resources/app" />
Expand Down

0 comments on commit 971062f

Please sign in to comment.