1.0.0 Alpha Release #59

Merged
netkas merged 213 commits from v1.0.0_alpha into master 2023-01-29 23:27:58 +00:00
Showing only changes of commit 2cc0d6f582 - Show all commits

View file

@ -3,7 +3,7 @@ image: php:8.1
before_script:
# Install some stuff that the image doesn't come with
- apt update -yqq
- apt install git libpq-dev libzip-dev zip make -yqq
- apt install git libpq-dev libzip-dev zip make wget -yqq
# Install phive
- wget -O phive.phar https://phar.io/releases/phive.phar