summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2022-04-04 20:57:58 +0200
committerHarald Eilertsen <haraldei@anduin.net>2022-04-04 20:57:58 +0200
commit542c332c8bd71bd59e0013186b04f7677305f90a (patch)
tree2f528a38f9bfc64b6dc9b910f706aab3dc867408
parente20fd0dbd5b4ecc19031c86d6da4abb03b79d357 (diff)
downloadgigologadmin-542c332c8bd71bd59e0013186b04f7677305f90a.tar.gz
gigologadmin-542c332c8bd71bd59e0013186b04f7677305f90a.tar.bz2
gigologadmin-542c332c8bd71bd59e0013186b04f7677305f90a.zip
composer: Fix version constraint for icalcreator.
Make sure we use a version that is compatible with php 7.4.
-rw-r--r--composer.json2
-rw-r--r--composer.lock30
2 files changed, 10 insertions, 22 deletions
diff --git a/composer.json b/composer.json
index 1422e0e..2bcb21c 100644
--- a/composer.json
+++ b/composer.json
@@ -23,6 +23,6 @@
},
"require": {
"php": ">=7.4",
- "kigkonsult/icalcreator": "^2.39"
+ "kigkonsult/icalcreator": "~2.39.0"
}
}
diff --git a/composer.lock b/composer.lock
index e61afd9..10808db 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,30 +4,29 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "5e435352dd9ce53b7dc6c14ee9ce21a5",
+ "content-hash": "85d4870bd2d34d5e9baea1bb6bad2dd8",
"packages": [
{
"name": "kigkonsult/icalcreator",
- "version": "v2.41.30",
+ "version": "v2.39.2",
"source": {
"type": "git",
"url": "https://github.com/iCalcreator/iCalcreator.git",
- "reference": "156db79973bc4dd507f31c85b20e99dec2ea1d7c"
+ "reference": "722e161d1a25c3ceec1692642d64a7f2cf5faee9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/iCalcreator/iCalcreator/zipball/156db79973bc4dd507f31c85b20e99dec2ea1d7c",
- "reference": "156db79973bc4dd507f31c85b20e99dec2ea1d7c",
+ "url": "https://api.github.com/repos/iCalcreator/iCalcreator/zipball/722e161d1a25c3ceec1692642d64a7f2cf5faee9",
+ "reference": "722e161d1a25c3ceec1692642d64a7f2cf5faee9",
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-simplexml": "*",
"ext-zlib": "*",
- "php": ">=8.0"
+ "php": ">=7.0"
},
"require-dev": {
- "ext-xdebug": "*",
"phpcompatibility/php-compatibility": ">=9.3.5",
"phpstan/phpstan": ">=0.9.3",
"phpunit/phpunit": ">=6.5.13",
@@ -56,28 +55,17 @@
"email": "ical@kigkonsult.se"
}
],
- "description": "iCalcreator is the PHP implementation of rfc2445/rfc5545 and rfc updates, management of calendar information",
+ "description": "iCalcreator is the PHP implementation of rfc2445/rfc5545, management of calendar information",
"keywords": [
"alarm",
- "availability",
"calendar",
"daylight",
"event",
- "location",
"management",
- "participant",
- "resource",
"rfc2445",
"rfc5545",
- "rfc5870",
"rfc6321",
- "rfc6868",
- "rfc7529",
- "rfc7808",
- "rfc7953",
"rfc7986",
- "rfc9073",
- "rfc9074",
"standard",
"todo",
"vCalendar",
@@ -90,7 +78,7 @@
],
"support": {
"issues": "https://github.com/iCalcreator/iCalcreator/issues",
- "source": "https://github.com/iCalcreator/iCalcreator/tree/v2.41.30"
+ "source": "https://github.com/iCalcreator/iCalcreator/tree/v2.39.2"
},
"funding": [
{
@@ -98,7 +86,7 @@
"type": "other"
}
],
- "time": "2022-03-08T13:37:12+00:00"
+ "time": "2021-06-28T09:19:24+00:00"
}
],
"packages-dev": [],