From 219535e13eb20fbadf4a7dd4d6745eccadcdb14f Mon Sep 17 00:00:00 2001 From: Denis Smet Date: Fri, 10 Jun 2022 00:33:36 +0300 Subject: [PATCH] Update PHP deps (#25) --- .github/workflows/main.yml | 4 ++-- composer.json | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9fd8df9..30f88fb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -59,7 +59,7 @@ jobs: - name: Uploading coverage to coveralls env: COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: make report-coveralls --no-print-directory + run: make report-coveralls --no-print-directory || true - name: Upload Artifacts uses: actions/upload-artifact@v2 @@ -85,8 +85,8 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-version }} - extensions: ast tools: composer + extensions: ast - name: Build the Project run: make update --no-print-directory diff --git a/composer.json b/composer.json index 65bd7d6..42c14f3 100644 --- a/composer.json +++ b/composer.json @@ -12,13 +12,13 @@ }, { "name" : "Cory LaViska", - "homepage" : "http://www.abeautifulsite.net/", + "homepage" : "https://www.abeautifulsite.net/", "role" : "Developer" }, { "name" : "Nazar Mokrynskyi", "email" : "nazar@mokrynskyi.com", - "homepage" : "http://cleverstyle.org/", + "homepage" : "https://cleverstyle.org/", "role" : "Developer" } ], @@ -29,12 +29,12 @@ "ext-exif" : "*", "ext-ctype" : "*", - "jbzoo/utils" : "^4.5.0", - "jbzoo/data" : "^4.3.0" + "jbzoo/utils" : "^4.5|^5.0", + "jbzoo/data" : "^4.3|^5.0" }, "require-dev" : { - "jbzoo/toolbox-dev" : "^3.2.0" + "jbzoo/toolbox-dev" : "^3.2|^4.0.1" }, "autoload" : {