Skip to content

Commit

Permalink
Merge branch 'feature/rename'
Browse files Browse the repository at this point in the history
  • Loading branch information
mschadegg committed Jan 4, 2024
2 parents cb44fda + 93b0666 commit f2dacb9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This is my package e-conomic
# PHP SDK for E-conomic

[![Latest Version on Packagist](https://img.shields.io/packagist/v/morning-train/e-conomic.svg?style=flat-square)](https://packagist.org/packages/morning-train/e-conomic)
[![Tests](https://img.shields.io/github/actions/workflow/status/morning-train/e-conomic/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/morning-train/e-conomic/actions/workflows/run-tests.yml)
Expand All @@ -9,7 +9,7 @@
You can install the package via composer:

```bash
composer require morning-train/e-conomic
composer require morningtrain/economic
```

## Usage
Expand Down Expand Up @@ -39,6 +39,7 @@ Please review [our security policy](../../security/policy) on how to report secu

## Credits

- [Martin Schadegg Brønniche](https://github.com/mschadegg)
- [Simon Jønsson](https://github.com/Morning-Train)
- [All Contributors](../../contributors)

Expand Down
13 changes: 9 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"name": "morning-train/e-conomic",
"description": "This is my package e-conomic",
"name": "morningtrain/economic",
"description": "PHP SDK for e-conomic",
"keywords": [
"Morning-Train",
"morningtrain",
"e-conomic"
],
"homepage": "https://github.com/morning-train/e-conomic",
"homepage": "https://github.com/morning-train/economic",
"license": "MIT",
"authors": [
{
"name": "Martin Schadegg Brønniche",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Simon Jønsson",
"email": "[email protected]",
Expand Down

0 comments on commit f2dacb9

Please sign in to comment.