Skip to content

Commit

Permalink
release 5.29
Browse files Browse the repository at this point in the history
  • Loading branch information
emondpph committed Apr 5, 2020
1 parent dcb3f33 commit 0273c0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "quidphp/orm",
"type": "library",
"description": "PHP library that provides database access and a comprehensive Object-Relational Mapper",
"description": "PHP library that provides database access and a comprehensive ORM",
"keywords": ["quidphp","quid","framework"],
"homepage": "https://quidphp.com",
"license": "MIT",
Expand All @@ -11,8 +11,8 @@
}],
"require": {
"php": ">=7.3.0",
"quidphp/base": "dev-master",
"quidphp/main": "dev-master"
"quidphp/base": "5.29",
"quidphp/main": "5.29"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0273c0c

Please sign in to comment.