Skip to content

Commit

Permalink
bug #181 Fix build (loic425)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.7-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | 
| License         | MIT


Commits
-------

cf7d6fc set Kernel.bundles on pagerfanta extension test
38126d4 Upgrade state machine bundle
8931669 Keep state-machine bundle 0.3 compatibility
  • Loading branch information
lchrusciel authored Sep 9, 2020
2 parents 52df400 + 8931669 commit d494fd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"symfony/validator": "^4.4|^5.0",
"symfony/yaml": "^4.4|^5.0",
"willdurand/hateoas-bundle": "^2.0",
"winzou/state-machine-bundle": "^0.3|^0.4"
"winzou/state-machine-bundle": "^0.3.2|^0.4.3"
},
"require-dev": {
"doctrine/orm": "^2.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ final class PagerfantaExtensionTest extends AbstractExtensionTestCase
*/
public function it_prepends_the_white_october_bundle_configuration_to_the_babdev_bundle(): void
{
// TODO: Move Resource-Grid integration to a dedicated compiler pass
$this->setParameter('kernel.bundles', []);

$bundleConfig = [
'default_view' => 'twitter_bootstrap',
'exceptions_strategy' => [
Expand Down

0 comments on commit d494fd6

Please sign in to comment.