Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade cached dependencies and remove vendor dir #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"fieryprophet/php-sandbox": "dev-master"
"corveda/php-sandbox": "^2"
}
}
}
85 changes: 49 additions & 36 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed composer.phar
Binary file not shown.
3 changes: 2 additions & 1 deletion docker-bootstrap.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash

docker run -p 80:80 -v $(pwd):/var/www/ -d eboraas/apache-php
docker rm phpepl
docker run --name=phpepl -p 80:80 -v $(pwd):/var/www/html -d eboraas/apache-php
7 changes: 0 additions & 7 deletions vendor/autoload.php

This file was deleted.

Loading