summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
1 files changed, 2 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index 63c7d4a..6653a83 100644
--- a/composer.json
+++ b/composer.json
@@ -3,7 +3,7 @@
"type": "library",
"description": "Serialize PHP variables, including objects, in JSON format. Support to unserialize it too.",
"keywords": ["json", "serialize", "serializer"],
- "homepage": "http://tech.zumba.com",
+ "homepage": "https://tech.zumba.com",
"license": "MIT",
"scripts": {
"test": "phpunit --colors=always"
@@ -26,18 +26,12 @@
"opis/closure": "Allow to serialize PHP closures"
},
"require-dev": {
- "phpunit/phpunit": ">=6.0 <10.0"
+ "phpunit/phpunit": ">=6.0 <11.0"
},
"autoload": {
"psr-4": {
"Zumba\\": "src/",
"Zumba\\JsonSerializer\\Test\\": "tests/"
}
- },
- "archive": {
- "exclude": [
- "/tests",
- "/phpunit.xml"
- ]
}
}