Skip to content

Commit 2f66f66

Browse files
Merge pull request #22 from jason-napolitano/master
Small changes
2 parents 814d7ce + 63e1acc commit 2f66f66

File tree

173 files changed

+92269
-116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+92269
-116
lines changed

composer.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,22 @@
1111
"require-dev": {
1212
"ext-curl": "*",
1313
"phpunit/phpunit": "^9",
14-
"squizlabs/php_codesniffer": "^3.7"
14+
"squizlabs/php_codesniffer": "^3"
1515
},
1616
"scripts": {
17-
"fix:tests": "phpcbf --standard=PSR12 ./tests",
17+
"docs": "php ./docs/phpDocumentor.phar -d ./src -t docs/api",
1818
"test": "vendor/bin/phpunit ./tests --testdox",
19+
"fix:tests": "phpcbf --standard=PSR12 ./tests",
1920
"fix": "phpcbf --standard=PSR12 ./src"
2021
},
22+
"config": {
23+
"optimize-autoloader": true
24+
},
2125
"autoload": {
2226
"psr-4": {
2327
"DatabaseFactory\\": "src",
24-
"Tests\\": "tests"
28+
"Tests\\": "tests",
29+
"App\\": "app"
2530
}
2631
}
2732
}

composer.lock

Lines changed: 56 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)