Revision 4c354a46f78bc6591b81f264ae3b7c6adcb0dfe6 authored by Aram Zucker-Scharff on 04 March 2019, 15:59:55 UTC, committed by Aram Zucker-Scharff on 04 March 2019, 15:59:55 UTC
1 parent 1c16910
Raw File
composer.json
{
	"name": "pressforward/pressforward",
	"type": "wordpress-plugin",
	"license": "AGPLv3",
	"keywords": [
		"activity",
		"social network",
		"aggregation",
		"RSS"
	],
	"require": {
		"composer/installers": "~1.0",
		"php": ">=5.3.0"
	},
	"require-dev": {
		"phpcompatibility/phpcompatibility-wp": "*",
		"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3"
	}
}
back to top