composer.json (494B)
1 { 2 "name": "proteusthemes/wp-content-importer-v2", 3 "description": "WP content importer v2 forked from humanmade/wordpress-importer.", 4 "keywords": ["wp", "wordpress", "proteusthemes", "theme", "import", "content"], 5 "license": "GPL-2.0+", 6 "authors": [ 7 { 8 "name" : "Contributors", 9 "homepage" : "https://github.com/humanmade/WordPress-Importer/graphs/contributors" 10 } 11 ], 12 "autoload": { 13 "psr-4": { 14 "ProteusThemes\\WPContentImporter2\\": "src/" 15 } 16 } 17 }