Skip to content

Commit

Permalink
Revert "Merge pull request #22 from Icinga/avoid-child-dependency-ins…
Browse files Browse the repository at this point in the history
…talls"

This reverts commit 71c4555, reversing
changes made to 435e443.
  • Loading branch information
nilmerg committed Oct 27, 2023
1 parent 71c4555 commit 65a2400
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 57 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/clean-vendor.yml

This file was deleted.

6 changes: 0 additions & 6 deletions bin/make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ rm -rf vendor
git checkout vendor
composer validate --no-check-all --strict || fail "Composer validate failed"

UNKNOWN_VENDOR_FILES=$(find vendor -maxdepth 1 -type d -not -name "ipl" -not -name "fortawesome" -not -name "composer" -not -name "vendor")
if [ -n "$UNKNOWN_VENDOR_FILES" ]; then
echo "Unknown vendor files found! DO NOT TAG!"
exit 1
fi

if [ -z "$NO_OPT" ]; then
git tag -a v$VERSION -m "Version v$VERSION"
echo "Finished, tagged v$VERSION"
Expand Down
9 changes: 2 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,8 @@
"php": "7.2.9"
}
},
"repositories": [
{
"type": "path",
"url": "./replacer"
}
],
"require": {
"php": ">=7.2",
"repl/acer": "@dev",
"ipl/html": "^0.8.0",
"ipl/i18n": "^0.2.0",
"ipl/orm": "^0.6.0",
Expand All @@ -28,6 +21,8 @@
"ipl/validator": "^0.5.0",
"ipl/web": "^0.9.0"
},
"require-dev": {
},
"autoload": {
"psr-0": { "AssetLoader": "" }
},
Expand Down
18 changes: 0 additions & 18 deletions replacer/composer.json

This file was deleted.

0 comments on commit 65a2400

Please sign in to comment.