Skip to content

Commit

Permalink
Merge pull request #182 from localheinz/fix/link
Browse files Browse the repository at this point in the history
Fix: Remove symbolic link
  • Loading branch information
localheinz committed May 12, 2020
2 parents d1e3ec6 + bf1898f commit d599ec9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Expand Up @@ -6,7 +6,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

For a full diff see [`0.7.0...master`][0.7.0...master].
For a full diff see [`0.8.0...master`][0.8.0...master].

## [`0.8.0`][0.8.0]

For a full diff see [`0.7.0...0.8.0`][0.7.0...0.8.0].

### Removed

* Removed the symbolic link from `src/extension.neon` to `extension.neon` ([#182]), by [@localheinz]

When using [`phpstan/extension-installer`](https://github.com/phpstan/extension-installer), no changes on your end are required.

When not using [`phpstan/extension-installer`](https://github.com/phpstan/extension-installer), you need to adjust `phpstan.neon`:

```diff
includes:
- - vendor/jangregor/phpstan-prophecy/src/extension.neon
+ - vendor/jangregor/phpstan-prophecy/extension.neon
```

## [`0.7.0`][0.7.0]

Expand Down Expand Up @@ -123,7 +141,8 @@ For a full diff see [`afd6fd9...0.1`][afd6fd9...0.1].
[0.6.0...0.6.1]: https://github.com/Jan0707/phpstan-prophecy/compare/0.6.0...0.6.1
[0.6.1...0.6.2]: https://github.com/Jan0707/phpstan-prophecy/compare/0.6.1...0.6.2
[0.6.2...0.7.0]: https://github.com/Jan0707/phpstan-prophecy/compare/0.6.2...0.7.0
[0.7.0...master]: https://github.com/Jan0707/phpstan-prophecy/compare/0.7.0...master
[0.7.0...0.8.0]: https://github.com/Jan0707/phpstan-prophecy/compare/0.7.0...0.8.0
[0.8.0...master]: https://github.com/Jan0707/phpstan-prophecy/compare/0.8.0...master

[#67]: https://github.com/Jan0707/phpstan-prophecy/pull/67
[#79]: https://github.com/Jan0707/phpstan-prophecy/pull/79
Expand All @@ -136,6 +155,7 @@ For a full diff see [`afd6fd9...0.1`][afd6fd9...0.1].
[#144]: https://github.com/Jan0707/phpstan-prophecy/pull/144
[#153]: https://github.com/Jan0707/phpstan-prophecy/pull/153
[#165]: https://github.com/Jan0707/phpstan-prophecy/pull/165
[#182]: https://github.com/Jan0707/phpstan-prophecy/pull/182

[@Jean85]: https://github.com/Jean85
[@localheinz]: https://github.com/localheinz
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ When using [`phpstan/extension-installer`](https://github.com/phpstan/extension-

### Manual

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

```diff
includes:
Expand Down
1 change: 0 additions & 1 deletion src/extension.neon

This file was deleted.

0 comments on commit d599ec9

Please sign in to comment.