Skip to content

Commit d025481

Browse files
authored
Update composer and replace libs
1 parent a30b519 commit d025481

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "tcesarpinho/php-sigep",
2+
"name": "webnstack/php-sigep",
33
"version": "0.0.1",
44
"type": "library",
55
"description": "Integração com Web Service do Correios. Gera etiquetas, consulta preços e prazos, imprime etiquetas e PLP, etc.",
@@ -14,6 +14,9 @@
1414
"php": ">=5.1.0",
1515
"tcesarpinho/php-sigep-fpdf": ">=0.0.1"
1616
},
17+
"replace": {
18+
"tcesarpinho/php-sigep": ">=0.0.1"
19+
},
1720
"autoload": {
1821
"psr-0": {
1922
"PhpSigep": "src/"

0 commit comments

Comments
 (0)