composer stuff
Showing
.gitlab-ci.yml
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "noblogs/eu-compliance", | ||
"description": "Wordpress plugin: EU cookie banner.", | ||
"type": "wordpress-plugin", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "lechuck", | ||
"email": "l3chuck@autistici.org" | ||
} | ||
], | ||
"require": { | ||
"composer/installers": "^1.9" | ||
} | ||
} |
Please register or sign in to comment