Skip to content

Commit

Permalink
Revert "Update dependency on bake and remove more plugin manipulation"
Browse files Browse the repository at this point in the history
This reverts commit 2a40e49.
  • Loading branch information
markstory committed Jul 24, 2024
1 parent 2a40e49 commit 8e1cce6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"robmorgan/phinx": "^0.16.0"
},
"require-dev": {
"cakephp/bake": "dev-3.next as 3.1.0",
"cakephp/cakephp": "dev-5.next as 5.1.0",
"cakephp/bake": "^3.0",
"cakephp/cakephp": "^5.0",
"cakephp/cakephp-codesniffer": "^5.0",
"phpunit/phpunit": "^10.1.0"
},
Expand Down
1 change: 1 addition & 0 deletions tests/TestCase/Command/BakeSeedCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public function setUp(): void
{
parent::setUp();
$this->_compareBasePath = Plugin::path('Migrations') . 'tests' . DS . 'comparisons' . DS . 'Seeds' . DS;
$this->clearPlugins();
}

/**
Expand Down

0 comments on commit 8e1cce6

Please sign in to comment.