Skip to content

Commit

Permalink
Set the required cycle/database version
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Feb 8, 2024
1 parent bd4433e commit eec5a7d
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 @@ -39,7 +39,7 @@
"require": {
"php": ">=8.0",
"ext-pdo": "*",
"cycle/database": "^2.6",
"cycle/database": "^2.8",
"doctrine/instantiator": "^1.3.1 || ^2.0",
"spiral/core": "^2.8 || ^3.0"
},
Expand Down
1 change: 0 additions & 1 deletion src/Command/Database/Insert.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
use Cycle\ORM\Heap\State;
use Cycle\ORM\MapperInterface;
use Cycle\ORM\Schema\GeneratedField;
use Cycle\ORM\SchemaInterface;

/**
* Insert data into associated table and provide lastInsertID promise.
Expand Down

0 comments on commit eec5a7d

Please sign in to comment.