diff --git a/.gitignore b/.gitignore index 749f654..1866cb7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,5 @@ vendor/ bin/box.phar composer.lock -jupyter-php-installer.phar +#jupyter-php-installer.phar jupyter-php-installer.phar.pubkey \ No newline at end of file diff --git a/composer.json b/composer.json index d9ddd6b..11ca645 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "litipk/jupyter-php-installer", + "name": "litipk/jupyter_php_installer", "description": "An installer for Jupyter-PHP", "type": "project", "license": "MIT", diff --git a/jupyter-php-installer.phar b/jupyter-php-installer.phar new file mode 100755 index 0000000..3d04ba8 Binary files /dev/null and b/jupyter-php-installer.phar differ