aboutsummaryrefslogtreecommitdiff
path: root/lib/marienfressinaud/lib_opml/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'lib/marienfressinaud/lib_opml/composer.json')
-rw-r--r--lib/marienfressinaud/lib_opml/composer.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/lib/marienfressinaud/lib_opml/composer.json b/lib/marienfressinaud/lib_opml/composer.json
new file mode 100644
index 000000000..ba48d16ed
--- /dev/null
+++ b/lib/marienfressinaud/lib_opml/composer.json
@@ -0,0 +1,35 @@
+{
+ "name": "marienfressinaud/lib_opml",
+ "description": "A library to read and write OPML in PHP.",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Marien Fressinaud",
+ "email": "dev@marienfressinaud.fr"
+ }
+ ],
+ "require": {
+ "php": ">=7.2.0",
+ "ext-dom": "*"
+ },
+ "config": {
+ "platform": {
+ "php": "7.2.0"
+ }
+ },
+ "support": {
+ "issues": "https://framagit.org/marienfressinaud/lib_opml/-/issues"
+ },
+ "autoload": {
+ "files": [
+ "src/functions.php"
+ ],
+ "psr-4": {
+ "marienfressinaud\\": "src/"
+ }
+ },
+ "require-dev": {
+ "squizlabs/php_codesniffer": "^3.6",
+ "phpunit/phpunit": "^8"
+ }
+}