Skip to content

Commit

Permalink
fix: composer.json infos
Browse files Browse the repository at this point in the history
  • Loading branch information
devaguia committed Sep 8, 2023
1 parent d6971bc commit 274b1a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-cd-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- name: Removing development folders 🗑️
run: |
rm -r -f tests/
rm -r -f vendor/
- name: Removing development files 🗑️
run: |
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "devaguia/correios",
"name": "devaguia/correios-php",
"version": "1.0.0",
"description": "Correios API library for PHP",
"license": "GPL-3.0",
"scripts": {
"test": "./vendor/bin/pest"
},
"support": {
"issues": "https://github.com/aguiarrdev/correios/issues",
"source": "https://github.com/aguiarrdev/correios"
"issues": "https://github.com/devaguia/correios/issues",
"source": "https://github.com/devaguia/correios"
},
"keywords": [
"library",
Expand Down

0 comments on commit 274b1a2

Please sign in to comment.