Skip to content

Commit 026681f

Browse files
committed
Fix compatibility with PHP 8.4.
1 parent 50802c7 commit 026681f

File tree

2 files changed

+29
-16
lines changed

2 files changed

+29
-16
lines changed

composer.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
2+
"name": "mattstein/alfred-datespan-workflow",
3+
"type": "project",
4+
"description": "Quickly calculate a date range with Alfred.",
5+
"keywords": [
6+
"alfred"
7+
],
28
"require": {
39
"php": "^8.0",
4-
"joetannenbaum/alfred-workflow": "^1.1"
5-
}
10+
"joetannenbaum/alfred-workflow": "dev-master"
11+
},
12+
"repositories": [
13+
{
14+
"type": "vcs",
15+
"url": "https://github.com/mattstein/alfred-workflow"
16+
}
17+
]
618
}

composer.lock

Lines changed: 15 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)