Skip to content

Commit 56ab175

Browse files
committed
switch over to php8
1 parent 01338ab commit 56ab175

File tree

4 files changed

+1979
-1554
lines changed

4 files changed

+1979
-1554
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ appstore_build_directory=$(CURDIR)/build/artifacts/appstore
4747
appstore_package_name=$(appstore_build_directory)/$(app_name)
4848
npm=$(shell which npm 2> /dev/null)
4949
composer=$(shell which composer 2> /dev/null)
50-
php=$(shell which php-7.4 2> /dev/null) -dallow_url_fopen=On
50+
php=$(shell which php-8.0 2> /dev/null) -dallow_url_fopen=On
5151

5252
all: build
5353

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@
1010
],
1111
"require": {},
1212
"require-dev": {
13-
"phpunit/phpunit": "^5.4"
1413
}
1514
}

0 commit comments

Comments
 (0)