Skip to content

Commit

Permalink
release: 1.3.0 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi authored Sep 16, 2024
1 parent e13c5e0 commit f865b11
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "rekalogika/print-src",
"description": "Monorepo for rekalogika/print, rekalogika/print-contracts, and rekalogika/gotenberg-pdf-bundle packages",
"keywords": [
"pdf",
"print",
"paper",
"margin"
],
"homepage": "https://rekalogika.dev/print",
"license": "MIT",
"type": "library",
"description": "Monorepo for rekalogika/print, rekalogika/print-contracts, and rekalogika/gotenberg-pdf-bundle packages",
"authors": [
{
"name": "Priyadi Iman Nurcahyo",
"email": "[email protected]"
}
],
"keywords": [
"pdf",
"print",
"paper",
"margin"
],
"type": "library",
"require": {
"gotenberg/gotenberg-php": "^1.1",
"psr/http-client": "^1.0",
Expand All @@ -24,13 +24,6 @@
"symfony/dependency-injection": "^6.2 || ^7.0",
"symfony/http-kernel": "^6.2 || ^7.0"
},
"autoload": {
"psr-4": {
"Rekalogika\\Contracts\\Print\\": "packages/print-contracts/src/",
"Rekalogika\\GotenbergPdfBundle\\": "packages/gotenberg-pdf-bundle/src/",
"Rekalogika\\Print\\": "packages/print/src/"
}
},
"require-dev": {
"phpstan/phpstan": "^1.12",
"phpstan/phpstan-phpunit": "^1.3",
Expand All @@ -40,14 +33,21 @@
"vimeo/psalm": "^5.26",
"rector/rector": "^1.2"
},
"replace": {
"rekalogika/gotenberg-pdf-bundle": "1.1.0",
"rekalogika/print": "1.1.0",
"rekalogika/print-contracts": "1.1.0"
"autoload": {
"psr-4": {
"Rekalogika\\Contracts\\Print\\": "packages/print-contracts/src/",
"Rekalogika\\GotenbergPdfBundle\\": "packages/gotenberg-pdf-bundle/src/",
"Rekalogika\\Print\\": "packages/print/src/"
}
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
},
"replace": {
"rekalogika/gotenberg-pdf-bundle": "1.3.0",
"rekalogika/print": "1.3.0",
"rekalogika/print-contracts": "1.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/gotenberg-pdf-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"gotenberg/gotenberg-php": "^1.1",
"psr/http-client": "^1.0",
"psr/http-message": "^2.0",
"rekalogika/print-contracts": "^1.2",
"rekalogika/print": "^1.2",
"rekalogika/print-contracts": "^1.3",
"rekalogika/print": "^1.3",
"symfony/config": "^6.2 || ^7.0",
"symfony/dependency-injection": "^6.2 || ^7.0",
"symfony/http-kernel": "^6.2 || ^7.0"
Expand Down

0 comments on commit f865b11

Please sign in to comment.