Skip to content

Commit d599ec9

Browse files
authored
Merge pull request #182 from localheinz/fix/link
Fix: Remove symbolic link
2 parents d1e3ec6 + bf1898f commit d599ec9

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

CHANGELOG.md

+22-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## Unreleased
88

9-
For a full diff see [`0.7.0...master`][0.7.0...master].
9+
For a full diff see [`0.8.0...master`][0.8.0...master].
10+
11+
## [`0.8.0`][0.8.0]
12+
13+
For a full diff see [`0.7.0...0.8.0`][0.7.0...0.8.0].
14+
15+
### Removed
16+
17+
* Removed the symbolic link from `src/extension.neon` to `extension.neon` ([#182]), by [@localheinz]
18+
19+
When using [`phpstan/extension-installer`](https://github.com/phpstan/extension-installer), no changes on your end are required.
20+
21+
When not using [`phpstan/extension-installer`](https://github.com/phpstan/extension-installer), you need to adjust `phpstan.neon`:
22+
23+
```diff
24+
includes:
25+
- - vendor/jangregor/phpstan-prophecy/src/extension.neon
26+
+ - vendor/jangregor/phpstan-prophecy/extension.neon
27+
```
1028

1129
## [`0.7.0`][0.7.0]
1230

@@ -123,7 +141,8 @@ For a full diff see [`afd6fd9...0.1`][afd6fd9...0.1].
123141
[0.6.0...0.6.1]: https://github.com/Jan0707/phpstan-prophecy/compare/0.6.0...0.6.1
124142
[0.6.1...0.6.2]: https://github.com/Jan0707/phpstan-prophecy/compare/0.6.1...0.6.2
125143
[0.6.2...0.7.0]: https://github.com/Jan0707/phpstan-prophecy/compare/0.6.2...0.7.0
126-
[0.7.0...master]: https://github.com/Jan0707/phpstan-prophecy/compare/0.7.0...master
144+
[0.7.0...0.8.0]: https://github.com/Jan0707/phpstan-prophecy/compare/0.7.0...0.8.0
145+
[0.8.0...master]: https://github.com/Jan0707/phpstan-prophecy/compare/0.8.0...master
127146

128147
[#67]: https://github.com/Jan0707/phpstan-prophecy/pull/67
129148
[#79]: https://github.com/Jan0707/phpstan-prophecy/pull/79
@@ -136,6 +155,7 @@ For a full diff see [`afd6fd9...0.1`][afd6fd9...0.1].
136155
[#144]: https://github.com/Jan0707/phpstan-prophecy/pull/144
137156
[#153]: https://github.com/Jan0707/phpstan-prophecy/pull/153
138157
[#165]: https://github.com/Jan0707/phpstan-prophecy/pull/165
158+
[#182]: https://github.com/Jan0707/phpstan-prophecy/pull/182
139159

140160
[@Jean85]: https://github.com/Jean85
141161
[@localheinz]: https://github.com/localheinz

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ When using [`phpstan/extension-installer`](https://github.com/phpstan/extension-
2525

2626
### Manual
2727

28-
When not using [`phpstan/extension-installer`](https://github.com/phpstan/extension-installer), [`extension.neon`](src/extension.neon) needs to be included in `phpstan.neon`:
28+
When not using [`phpstan/extension-installer`](https://github.com/phpstan/extension-installer), [`extension.neon`](extension.neon) needs to be included in `phpstan.neon`:
2929

3030
```diff
3131
includes:

src/extension.neon

-1
This file was deleted.

0 commit comments

Comments
 (0)