Skip to content

Commit

Permalink
Composer: upgrade nettrine to Doctrine DBAL 4.x, Doctrine ORM 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 6, 2024
1 parent 0461cff commit af70ab8
Show file tree
Hide file tree
Showing 2 changed files with 1,232 additions and 2,107 deletions.
21 changes: 9 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,23 @@
"license": "MIT",
"type": "project",
"require": {
"php": ">=8.1",
"contributte/nella": "^0.2.0",
"php": ">8.2",
"contributte/nella": "^0.3.0",

"contributte/console": "^0.10.0",
"contributte/console": "dev-master",
"contributte/event-dispatcher": "dev-master",

"nettrine/dbal": "^0.9.0",
"nettrine/orm": "^0.9.0",
"nettrine/cache": "^0.5.0",
"nettrine/migrations": "^0.10.0",
"nettrine/annotations": "^0.9.0",
"nettrine/fixtures": "^0.8.0",
"nettrine/extra": "^0.1.0"
"nettrine/dbal": "^0.10.0",
"nettrine/orm": "^0.10.0",
"nettrine/extra": "^0.2.0"
},
"require-dev": {
"contributte/qa": "^0.4",
"contributte/dev": "^0.5",
"contributte/tester": "^0.3",
"contributte/phpstan": "^0.1",
"contributte/phpstan": "^0.2",
"mockery/mockery": "^1.5.1",
"phpstan/phpstan-doctrine": "^1.3.40"
"phpstan/phpstan-doctrine": "^2.0.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit af70ab8

Please sign in to comment.