fix dependencies

This commit is contained in:
Niko Storni 2021-01-12 23:03:22 +01:00
parent fc0abe8d33
commit e74d5b7b2d
2 changed files with 741 additions and 618 deletions

1355
composer.lock generated

File diff suppressed because it is too large Load diff

4
dev.sh
View file

@ -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"