Skip to content

Commit

Permalink
Ensure lowest also passes
Browse files Browse the repository at this point in the history
  • Loading branch information
dakota committed Jun 30, 2020
1 parent d6e00b5 commit f2b64f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"require":{
"php": ">=7.2.0",
"cakephp/cakephp": "^4.0.2",
"friendsofcake/crud": "^6.0-beta",
"friendsofcake/crud": "^6.0-beta3",
"neomerx/json-api": "^4.0"
},
"require-dev": {
Expand Down
1 change: 0 additions & 1 deletion src/Listener/JsonApiListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

namespace CrudJsonApi\Listener;

use Cake\Core\Configure;
use Cake\Datasource\EntityInterface;
use Cake\Datasource\RepositoryInterface;
use Cake\Datasource\ResultSetDecorator;
Expand Down

0 comments on commit f2b64f3

Please sign in to comment.