Skip to content

Commit 584b94e

Browse files
committed
Use forked project for PHP 8.4 compatibility.
1 parent 987c44b commit 584b94e

File tree

2 files changed

+44
-35
lines changed

2 files changed

+44
-35
lines changed

composer.json

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
{
2-
"name": "mattstein/alfred-quick-open-project-workflow",
3-
"type": "project",
4-
"description": "",
5-
"keywords": ["alfred"],
6-
"license": "MIT",
7-
"require": {
8-
"php": "^8.0",
9-
"joetannenbaum/alfred-workflow": "^1.1",
10-
"loilo/fuse": "^7.0"
11-
},
12-
"minimum-stability": "stable",
13-
"prefer-stable": true
2+
"name": "mattstein/alfred-quick-open-project-workflow",
3+
"type": "project",
4+
"description": "Quickly open project folders in your text editor or terminal.",
5+
"keywords": [
6+
"alfred"
7+
],
8+
"license": "MIT",
9+
"require": {
10+
"php": "^8.0",
11+
"joetannenbaum/alfred-workflow": "dev-master",
12+
"loilo/fuse": "^7.0"
13+
},
14+
"minimum-stability": "stable",
15+
"prefer-stable": true,
16+
"repositories": [
17+
{
18+
"type": "vcs",
19+
"url": "https://github.com/mattstein/alfred-workflow"
20+
}
21+
]
1422
}

composer.lock

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

0 commit comments

Comments
 (0)