We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fafb05 commit 2bcd665Copy full SHA for 2bcd665
1 file changed
composer.json
@@ -45,16 +45,16 @@
45
"autoload": {
46
"psr-4": {
47
"RobiNN\\Pca\\": "src/"
48
- }
49
- },
50
- "autoload-dev": {
51
- "psr-4": {
52
- "Tests\\": "tests/"
53
},
54
"files": [
55
"src/functions.php"
56
]
57
+ "autoload-dev": {
+ "psr-4": {
+ "Tests\\": "tests/"
+ }
+ },
58
"scripts": {
59
"phar:predis": "phar-composer build predis/predis",
60
"phar:twig": "phar-composer build twig/twig",
0 commit comments