Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 70e14e4

Browse files
committed
Now is possible to generate the .phar executable
1 parent f12a3bf commit 70e14e4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
composer.lock
22
private.key
33
vendor/
4+
jupyter-php-installer.phar
45
.idea

box.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
"directories": ["src"],
55
"files": [
66
"LICENSE",
7-
"README.md"
7+
"README.md",
8+
"public.key"
89
],
910
"finder": [
1011
{
1112
"name": "*.php",
12-
"exclude": ["Tests"],
13+
"exclude": ["Tests", "kherge"],
1314
"in": "vendor"
1415
}
1516
],

0 commit comments

Comments
 (0)