fix dependencies
This commit is contained in:
parent
fc0abe8d33
commit
e74d5b7b2d
2 changed files with 741 additions and 618 deletions
1355
composer.lock
generated
1355
composer.lock
generated
File diff suppressed because it is too large
Load diff
4
dev.sh
4
dev.sh
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
PHPBIN=php7.2
|
||||
PHPBIN=php7.4
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
|
@ -20,4 +20,4 @@ composer update
|
|||
|
||||
#$PHPBIN composer.phar install
|
||||
|
||||
$PHPBIN --server localhost:8000 --docroot "$DIR/webroot" "$DIR/webroot/index.php"
|
||||
$PHPBIN --server localhost:8000 --docroot "$DIR/webroot" "$DIR/webroot/index.php"
|
||||
|
|
Loading…
Reference in a new issue