Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit 6d9fc0c

Browse files
committed
Update composer.json
1 parent 90752c7 commit 6d9fc0c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

composer.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "evas-php/evas-loader",
33
"description": "Classes, Traits and Interfaces autoloader - partially supports PSR0, PSR4",
4+
"keywords": ["loader", "psr0", "psr4", "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": "egor@evas-php.com"
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)