Skip to content

Commit 47fe67c

Browse files
committed
composer update
1 parent 47c4311 commit 47fe67c

File tree

2 files changed

+166
-195
lines changed

2 files changed

+166
-195
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"type": "project",
55
"license": "GPL-3.0-or-later",
66
"minimum-stability": "dev",
7+
"prefer-stable": true,
78
"authors": [
89
{
910
"name": "USAMI Kenta",
@@ -18,7 +19,7 @@
1819
"psr-4": {"EmacsPHP\\Phpactor\\Sample\\": "tests/src/"}
1920
},
2021
"require": {
21-
"phpactor/phpactor": "dev-master#0f8c7ab"
22+
"phpactor/phpactor": "dev-master#cc28b51"
2223
},
2324
"config": {
2425
"classmap-authoritative": true,

0 commit comments

Comments
 (0)