summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-09-26 07:59:05 +0200
committerRemi Collet <remi@php.net>2023-09-26 07:59:05 +0200
commitf4a63b71512146fc0329381176f200c7fb82395a (patch)
treeba5b202c6ce98142fa1296002ecf98061b09253f /composer.json
parentad345036f0e613156427357a5916f8dea851a99e (diff)
update to 3.2.0
sources from git snapshot switch to phpunit10
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"
- ]
}
}