Skip to content

Commit

Permalink
Code: nettrine -> contributte
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 13, 2022
1 parent 3794c34 commit d8aa1df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .docs/README-v1.md
Expand Up @@ -33,7 +33,7 @@ extensions:
```
Nettrine cache is there because of annotations, you can avoid it if you want.

You can find the [documentation of annotations extension here](https://github.com/nettrine/annotations/tree/master/.docs).
You can find the [documentation of annotations extension here](https://github.com/contributte/doctrine-annotations/tree/master/.docs).


## Configuration
Expand Down Expand Up @@ -172,7 +172,7 @@ And don't forget to have a look at [Symfony/PropertyAccess](http://symfony.com/d

#### classAnnotatedWith(`Some\Annotation`)

Matches all classes, that are annotated with this annotation. It uses [Nettrine/Annotations](https://github.com/netrrine/Annotations) for reading them.
Matches all classes, that are annotated with this annotation. It uses [nettrine/annotations](https://github.com/contributte/doctrine-annotations) for reading them.

#### methodAnnotatedWith(`Some\Annotation`)

Expand Down
4 changes: 2 additions & 2 deletions .docs/README-v2.md
Expand Up @@ -33,7 +33,7 @@ extensions:
```
Nettrine cache is there because of annotations, you can avoid it if you want.

You can find the [documentation of annotations extension here](https://github.com/nettrine/annotations/tree/master/.docs).
You can find the [documentation of annotations extension here](https://github.com/contributte/doctrine-annotations/tree/master/.docs).


## Configuration
Expand Down Expand Up @@ -179,7 +179,7 @@ And don't forget to have a look at [Symfony/PropertyAccess](http://symfony.com/d

#### classAnnotatedWith(`Some\Annotation`)

Matches all classes, that are annotated with this annotation. It uses [Nettrine/Annotations](https://github.com/netrrine/Annotations) for reading them.
Matches all classes, that are annotated with this annotation. It uses [nettrine/annotations](https://github.com/contributte/doctrine-annotations) for reading them.

#### methodAnnotatedWith(`Some\Annotation`)

Expand Down
4 changes: 2 additions & 2 deletions .docs/README-v3.md
Expand Up @@ -72,8 +72,8 @@ Yeah, why not? I needed the section `aspects` for services and section `aop` for
## Upgrade to v3
There are few breaking changes you have to deal with when upgrading to v3 from v2

- Dropped nette\reflection so all methods that were returning Nette\Reflection objects are now returning raw php \Reflection* objects
- Dropped nettrine\annotations we're using native php attributes now
- Dropped [nette/reflection](https://github.com/nette/reflection) so all methods that were returning Nette\Reflection objects are now returning raw php \Reflection* objects
- Dropped [nettrine/annotations](https://github.com/contributte/doctrine-annotations) we're using native php attributes now


## Dictionary
Expand Down

0 comments on commit d8aa1df

Please sign in to comment.