Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Remove symbolic link #182

Merged
merged 1 commit into from
May 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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.