Skip to content

feat: Add packagist #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Se já possui um arquivo `composer.json`, basta adicionar a seguinte dependênci
```json
{
"require": {
"developersrede/erede-php": "*"
"silbeckdevs/erede-php": "*"
}
}
```
Expand All @@ -41,7 +41,7 @@ composer install
Alternativamente, você pode executar diretamente em seu terminal:

```bash
composer require "developersrede/erede-php"
composer require "silbeckdevs/erede-php"
```

## Comandos
Expand Down
24 changes: 16 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "developersrede/erede-php",
"version": "5.2.1",
"name": "silbeckdevs/erede-php",
"version": "1.0.0",
"description": "e.Rede integration SDK",
"minimum-stability": "stable",
"license": "MIT",
Expand All @@ -12,12 +12,12 @@
"psr/log": "*"
},
"require-dev": {
"phpunit/phpunit": "^11.4.3",
"phpstan/phpstan": "^1.12.10",
"kint-php/kint": "^5.1.1",
"monolog/monolog": "^3.8.0",
"friendsofphp/php-cs-fixer": "^3.64",
"brainmaestro/composer-git-hooks": "^3.0"
"phpunit/phpunit": "^11.5.6",
"phpstan/phpstan": "^1.12.16",
"kint-php/kint": "^6.0.1",
"monolog/monolog": "^3.8.1",
"friendsofphp/php-cs-fixer": "^3.68.5",
"brainmaestro/composer-git-hooks": "^3.0.0"
},
"autoload": {
"psr-4": {
Expand All @@ -42,6 +42,10 @@
"@phpstan",
"@phpunit"
],
"lint": [
"@format:fix",
"@phpstan"
],
"test:unit": "phpunit tests/Unit --configuration phpunit.xml --testdox",
"test:e2e": "phpunit tests/E2E --configuration phpunit.xml --testdox",
"test:coverage": "phpunit --configuration phpunit.xml --coverage-clover build/logs/clover.xml --coverage-html build/coverage",
Expand All @@ -65,6 +69,10 @@
{
"name": "João Batista Neto",
"email": "neto.joaobatista@gmail.com"
},
{
"name": "Edson Nascimento",
"homepage": "https://www.linkedin.com/in/edsonwalter/"
}
]
}