Skip to content

Commit

Permalink
Remove php prefix from package name
Browse files Browse the repository at this point in the history
  • Loading branch information
michielkempen committed Jul 26, 2023
1 parent 7b6fec0 commit 1a266ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
You can install the package via composer:

```bash
composer require shipmate-io/php-shipmate
composer require shipmate-io/shipmate
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "shipmate-io/php-shipmate",
"name": "shipmate-io/shipmate",
"description": "Interact with Shipmate from your PHP code",
"keywords": [
"shipmate-io"
Expand Down

0 comments on commit 1a266ef

Please sign in to comment.