Skip to content

Commit 58c3bf1

Browse files
committed
Update composer.json
1 parent a3485d8 commit 58c3bf1

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

composer.json

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,32 @@
11
{
2-
"name": "composer-testing",
2+
"name": "prod3v3loper/php-auto-aotoloader",
3+
"type": "library",
34
"description": "Testing composer for php",
5+
"homepage": "https://www.tnado.com/open-source-projects-by-prod3v3loper/",
6+
"license": "MIT",
7+
"repositories": [
8+
{
9+
"type": "git",
10+
"url": "https://github.com/prod3v3loper/php-auto-aotoloader.git"
11+
}
12+
],
413
"authors": [
514
{
6-
"name": "prod3v3loper"
15+
"name": "prod3v3loper",
16+
"homepage": "https://www.tnado.com",
17+
"role": "Developer"
718
}
819
],
20+
"autoload": {
21+
"psr-4": { "Syn\\": "src/" }
22+
},
23+
"autoload-dev": {
24+
"psr-4": { "Syn\\": "tests/" }
25+
},
926
"require": {
10-
"php": ">=5.3.2",
11-
"doctrine/orm": "2.*",
12-
"ircmaxell/password-compat": "1.*"
27+
"php": ">=7.0"
28+
},
29+
"require-dev": {
30+
"phpunit/phpunit": "^7"
1331
}
1432
}

0 commit comments

Comments
 (0)