This repository was archived by the owner on Dec 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +30
-5
lines changed Expand file tree Collapse file tree 5 files changed +30
-5
lines changed Original file line number Diff line number Diff line change 1
- composer.phar
1
+ composer.lock
2
+ private.key
2
3
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
Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change
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-----
You can’t perform that action at this time.
0 commit comments