Skip to content

Commit 9f74bd1

Browse files
committed
Update composer.json
1 parent cd9ba04 commit 9f74bd1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "evas-php/evas-orm",
33
"description": "ORM module (Database, QueryResult, Builders, Table, ActiveRecord, DataMapper, IdentityMap, App intagrate traits)",
4+
"keywords": ["orm", "db", "database", "active record", "data mapper", "query builder", "evas-php"],
45
"version": "1.0",
5-
"minimum-stability": "dev",
66
"type": "library",
77
"license": "CC-BY-4.0",
88
"authors": [
@@ -11,10 +11,7 @@
1111
"email": "[email protected]"
1212
}
1313
],
14-
"repositories": [
15-
{"type": "vcs", "url": "https://github.com/evas-php/evas-base"}
16-
],
1714
"require": {
18-
"evas-php/evas-base": "dev-master"
15+
"evas-php/evas-base": "*"
1916
}
2017
}

0 commit comments

Comments
 (0)