Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts authored Dec 23, 2020
1 parent a4d4366 commit 60ae3bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"license": "MIT",
"description": "PHP DataMapper ORM and Data Modelling Engine",
"require": {
"php": "^7.2|^8.0",
"php": ">=7.2",
"ext-pdo": "*",
"spiral/database": "^2.3",
"spiral/database": "^2.7",
"doctrine/inflector": "^1.4",
"doctrine/collections": "^1.5",
"doctrine/instantiator": "^1.2",
"laminas/laminas-hydrator": "^2.4|^3.0"
},
"require-dev": {
"spiral/tokenizer": "^2.1",
"spiral/tokenizer": "^2.7",
"phpunit/phpunit": "~8.0",
"mockery/mockery": "^1.1",
"spiral/dumper": "^1.0",
"spiral/dumper": "^2.7",
"ramsey/uuid": "^3.8",
"spiral/code-style": "^1.0"
},
Expand Down

0 comments on commit 60ae3bc

Please sign in to comment.