Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Merge 7e273d3 into 84a3205
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Aug 5, 2019
2 parents 84a3205 + 7e273d3 commit 1e979be
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"doctrine/doctrine-cache-bundle": "^1.3",
"guzzlehttp/guzzle": "^6.3",
"heise/shariff": "^8.0",
"sonata-project/admin-bundle": "^3.48",
"sonata-project/block-bundle": "^3.15",
"sonata-project/admin-bundle": "^3.51",
"sonata-project/block-bundle": "^3.16.1",
"sonata-project/core-bundle": "^3.17",
"symfony/config": "^3.4 || ^4.2",
"symfony/dependency-injection": "^3.4 || ^4.2",
Expand Down
2 changes: 1 addition & 1 deletion tests/DependencyInjection/Core23ShariffExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function testLoadFacebook(): void
]);
}

protected function getContainerExtensions()
protected function getContainerExtensions(): array
{
return [
new Core23ShariffExtension(),
Expand Down
3 changes: 0 additions & 3 deletions vendor-bin/phpstan/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,5 @@
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
"phpstan/phpstan-symfony": "^0.11"
},
"conflict": {
"phpunit/phpunit": ">=8.0"
}
}
4 changes: 2 additions & 2 deletions vendor-bin/test/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"require": {
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
"phpunit/phpunit": "^7.4",
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
"phpunit/phpunit": "^8.2",
"symfony/phpunit-bridge": "^4.1"
}
}

0 comments on commit 1e979be

Please sign in to comment.