Skip to content

Commit 221e0bf

Browse files
authored
Merge pull request #3 from drazulay/master
Sync to new repository layout
2 parents 0d36faf + fbf7bbe commit 221e0bf

21 files changed

+5
-13
lines changed
File renamed without changes.
File renamed without changes.

Makefile

+3-11
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,9 @@ ZIP := $(PKG).zip
44

55
module:
66
git checkout $(TAG)
7-
rm -rf ./pkg $(PKG)
8-
mkdir -p $(PKG)
9-
cp LICENSE.md README.md SECURITY.md $(PKG)/
10-
cp -R ./src/* $(PKG)/
11-
mkdir -p $(PKG)/docs
12-
cp -R ./docs/* $(PKG)/docs/
13-
sed 's/src\///g' composer.json > $(PKG)/composer.json
14-
zip -qr $(ZIP) $(PKG)
15-
rm -rf $(PKG)/*
16-
mv $(ZIP) $(PKG)/
17-
mv $(PKG) ./pkg
7+
zip -qr $(ZIP) .
8+
mkdir -p ./pkg/$(PKG)
9+
mv $(ZIP) ./pkg/$(PKG)/
1810

1911
.PHONY: clean
2012

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
},
2222
"autoload": {
2323
"files": [
24-
"src/registration.php"
24+
"registration.php"
2525
],
2626
"psr-4": {
27-
"Itonomy\\Flowbox\\": "src/"
27+
"Itonomy\\Flowbox\\": ""
2828
}
2929
}
3030
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)