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

Commit e680b7c

Browse files
committed
First commit
1 parent 1862cd8 commit e680b7c

File tree

5 files changed

+30
-5
lines changed

5 files changed

+30
-5
lines changed

.gitignore

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
composer.phar
1+
composer.lock
2+
private.key
23
vendor/
3-
4-
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
5-
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
6-
# composer.lock
4+
.idea

README.md

Whitespace-only changes.

composer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "litipk/jupyter-php-installer",
3+
"description": "An installer for Jupyter-PHP",
4+
"type": "project",
5+
"license": "MIT",
6+
"require": {
7+
"php": "5.*,>=5.4"
8+
},
9+
"require-dev": {
10+
"kherge/box": "~2.4"
11+
},
12+
"autoload": {
13+
"psr-4": { "Litipk\\JupyterPhpInstaller\\": "src/"}
14+
},
15+
"scripts": {
16+
17+
}
18+
}

public.key

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
-----BEGIN PUBLIC KEY-----
2+
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5sSWFLY4vrtpExb/bYAw
3+
AlQqKE9B2MSrRHVqAeMPkeXBB2Zdbtkr/0U46hZKnBihSrs7/JXXh8IPfLzvtQjz
4+
fzYq122mnL+4Tw+Y6YO68JcVZ50oE7UNUlV7SLP+Yb65e7/Iy6r6UdcL9rgi+c9D
5+
W/sisuZSxStju1vLazfcaS87Z4lLHmhgxqz3+yN2oS+UazTgT06ILD/0hacKbLui
6+
5Pj7tDBdInEFxDvtobsU1QdL2M5Z6PYprnZxI8dEFRWSBNjlF0jREONbrFLftFtY
7+
p/b5XyYGDPCbWn2x0ZyAkIK6pfVILUSatPGw0hdyG5ODFxA1Y6I9RxDsOn1uYu+u
8+
swIDAQAB
9+
-----END PUBLIC KEY-----

src/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)