-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 686 Bytes
/
composer.json
File metadata and controls
23 lines (23 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "teppokoivula/version-control",
"type": "pw-module",
"description": "Version Control is a ProcessWire CMS/CMF module for versioning page content.",
"keywords": [
"module",
"processwire"
],
"homepage": "https://github.com/teppokoivula/VersionControl",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Teppo Koivula",
"homepage": "https://github.com/teppokoivula",
"email": "teppo.koivula@gmail.com"
}
],
"require": {
"php": ">=7.1",
"processwire/processwire": "^3.0",
"wireframe-framework/processwire-composer-installer": "^1.0.0"
}
}