We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c4311 commit 47fe67cCopy full SHA for 47fe67c
composer.json
@@ -4,6 +4,7 @@
4
"type": "project",
5
"license": "GPL-3.0-or-later",
6
"minimum-stability": "dev",
7
+ "prefer-stable": true,
8
"authors": [
9
{
10
"name": "USAMI Kenta",
@@ -18,7 +19,7 @@
18
19
"psr-4": {"EmacsPHP\\Phpactor\\Sample\\": "tests/src/"}
20
},
21
"require": {
- "phpactor/phpactor": "dev-master#0f8c7ab"
22
+ "phpactor/phpactor": "dev-master#cc28b51"
23
24
"config": {
25
"classmap-authoritative": true,
0 commit comments