Skip to content

Commit

Permalink
Fix: Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jul 31, 2023
1 parent 030b0d2 commit 0612718
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## Supported Versions

The following versions of `localheinz/88bdda90b0b852d7f40f3d29d49c9fea` have active support:
The following versions of `ergebnis/laravel-application-template` have active support:

- `x.y.z`

## Unsupported Versions

The following versions of `localheinz/88bdda90b0b852d7f40f3d29d49c9fea` have reached their end of life:
The following versions of `ergebnis/laravel-application-template` have reached their end of life:

- `x.y.z`

Expand Down
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ repository:
has_projects: false
has_wiki: false
is_template: true
name: "88bdda90b0b852d7f40f3d29d49c9fea"
name: "laravel-application-template"
private: false

# https://docs.github.com/en/rest/reference/repos#replace-all-repository-topics
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

For a full diff see [`6338d43...main`][6338d43...main].

[6338d43...main]: https://github.com/localheinz/88bdda90b0b852d7f40f3d29d49c9fea/compare/6338d43...main
[6338d43...main]: https://github.com/ergebnis/laravel-application-template/compare/6338d43...main
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# 88bdda90b0b852d7f40f3d29d49c9fea
# laravel-application-template

[![Integrate](https://github.com/localheinz/88bdda90b0b852d7f40f3d29d49c9fea/workflows/Integrate/badge.svg)](https://github.com/localheinz/88bdda90b0b852d7f40f3d29d49c9fea/actions)
[![Merge](https://github.com/localheinz/88bdda90b0b852d7f40f3d29d49c9fea/workflows/Merge/badge.svg)](https://github.com/localheinz/88bdda90b0b852d7f40f3d29d49c9fea/actions)
[![Release](https://github.com/localheinz/88bdda90b0b852d7f40f3d29d49c9fea/workflows/Release/badge.svg)](https://github.com/localheinz/88bdda90b0b852d7f40f3d29d49c9fea/actions)
[![Renew](https://github.com/localheinz/88bdda90b0b852d7f40f3d29d49c9fea/workflows/Renew/badge.svg)](https://github.com/localheinz/88bdda90b0b852d7f40f3d29d49c9fea/actions)
[![Integrate](https://github.com/ergebnis/laravel-application-template/workflows/Integrate/badge.svg)](https://github.com/ergebnis/laravel-application-template/actions)
[![Merge](https://github.com/ergebnis/laravel-application-template/workflows/Merge/badge.svg)](https://github.com/ergebnis/laravel-application-template/actions)
[![Release](https://github.com/ergebnis/laravel-application-template/workflows/Release/badge.svg)](https://github.com/ergebnis/laravel-application-template/actions)
[![Renew](https://github.com/ergebnis/laravel-application-template/workflows/Renew/badge.svg)](https://github.com/ergebnis/laravel-application-template/actions)

[![Code Coverage](https://codecov.io/gh/localheinz/88bdda90b0b852d7f40f3d29d49c9fea/branch/main/graph/badge.svg)](https://codecov.io/gh/localheinz/88bdda90b0b852d7f40f3d29d49c9fea)
[![Type Coverage](https://shepherd.dev/github/localheinz/88bdda90b0b852d7f40f3d29d49c9fea/coverage.svg)](https://shepherd.dev/github/localheinz/88bdda90b0b852d7f40f3d29d49c9fea)
[![Code Coverage](https://codecov.io/gh/ergebnis/laravel-application-template/branch/main/graph/badge.svg)](https://codecov.io/gh/ergebnis/laravel-application-template)
[![Type Coverage](https://shepherd.dev/github/ergebnis/laravel-application-template/coverage.svg)](https://shepherd.dev/github/ergebnis/laravel-application-template)

[![Latest Stable Version](https://poser.pugx.org/localheinz/88bdda90b0b852d7f40f3d29d49c9fea/v/stable)](https://packagist.org/packages/localheinz/88bdda90b0b852d7f40f3d29d49c9fea)
[![Total Downloads](https://poser.pugx.org/localheinz/88bdda90b0b852d7f40f3d29d49c9fea/downloads)](https://packagist.org/packages/localheinz/88bdda90b0b852d7f40f3d29d49c9fea)
[![Monthly Downloads](http://poser.pugx.org/localheinz/88bdda90b0b852d7f40f3d29d49c9fea/d/monthly)](https://packagist.org/packages/localheinz/88bdda90b0b852d7f40f3d29d49c9fea)
[![Latest Stable Version](https://poser.pugx.org/ergebnis/laravel-application-template/v/stable)](https://packagist.org/packages/ergebnis/laravel-application-template)
[![Total Downloads](https://poser.pugx.org/ergebnis/laravel-application-template/downloads)](https://packagist.org/packages/ergebnis/laravel-application-template)
[![Monthly Downloads](http://poser.pugx.org/ergebnis/laravel-application-template/d/monthly)](https://packagist.org/packages/ergebnis/laravel-application-template)

## Installation

Expand All @@ -19,7 +19,7 @@
Run

```sh
composer require localheinz/88bdda90b0b852d7f40f3d29d49c9fea
composer require ergebnis/laravel-application-template
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
*
* @see https://github.com/localheinz/88bdda90b0b852d7f40f3d29d49c9fea
* @see https://github.com/ergebnis/laravel-application-template
*/

use Rector\Config;
Expand Down

0 comments on commit 0612718

Please sign in to comment.