Skip to content

Commit

Permalink
composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
manjencic committed Jan 24, 2024
1 parent c60d337 commit 3d4f076
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 44 deletions.
24 changes: 10 additions & 14 deletions zmsticketprinter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
"email": "[email protected]"
}
],
"repositories": [
{
"type": "path",
"url": "../*",
"options": {
"symlink": true
}
}
],
"scripts": {
"command": "bin/configure"
},
Expand Down Expand Up @@ -47,18 +56,5 @@
"BO\\Zmsticketprinter\\": "src/Zmsticketprinter/",
"BO\\Zmsticketprinter\\Tests\\": "tests/Zmsticketprinter/"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://gitlab+deploy-token-203:[email protected]/land-intranet/slim-psr7.git"
},
{
"type": "path",
"url": "../*",
"options": {
"symlink": true
}
}
]
}
}
50 changes: 20 additions & 30 deletions zmsticketprinter/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d4f076

Please sign in to comment.