Skip to content

Commit 0099af8

Browse files
committed
Downgrading to previous nettrine dbal and orm versions.
1 parent 84ed606 commit 0099af8

File tree

3 files changed

+195
-152
lines changed

3 files changed

+195
-152
lines changed

app/commands/DoctrineFixtures.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
use Doctrine\ORM\Id\AssignedGenerator;
99
use Nette\Utils\Finder;
1010
use Nette\Utils\FileInfo;
11-
use SplFileInfo;
1211
use Symfony\Component\Console\Attribute\AsCommand;
1312
use Symfony\Component\Console\Command\Command;
1413
use Symfony\Component\Console\Input\InputArgument;

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,10 @@
5454
"nette/safe-stream": "^3.0",
5555
"nette/security": "^3.2",
5656
"nette/utils": "^4.0",
57-
"nettrine/dbal": "^0.9",
57+
"nettrine/dbal": "^0.8",
5858
"nettrine/extensions-atlantic18": "^0.6.0",
5959
"nettrine/migrations": "^0.10",
60-
"nettrine/orm": "^0.9",
61-
"mrdm-nl/ldap": "^1.1",
60+
"nettrine/orm": "^0.8",
6261
"ramsey/uuid-doctrine": "^2.0",
6362
"symfony/process": "^7.3",
6463
"tracy/tracy": "^2.11",

0 commit comments

Comments
 (0)