summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 9780eb1..76026aa 100644
--- a/composer.json
+++ b/composer.json
@@ -1,18 +1,17 @@
{
- "name": "phpexcel/stylefixer",
+ "name": "phpexcel-fixer/style-fixer",
"description":" ",
"keywords":[
],
"license": "BSD-3-Clause",
"autoload":{
"psr-4":{
- "PHPExcel\\StyleFixer\\": "src/"
+ "PHPExcelFixer\\StyleFixer\\": "src/"
}
},
"autoload-dev":{
"psr-4":{
- "PHPExcel\\StyleFixer\\": "tests/",
- "PHPExcel\\StyleFixer\\": "tests/Fake"
+ "PHPExcelFixer\\StyleFixer\\": "tests/"
}
},
"minimum-stability": "dev",