Skip to content

Commit

Permalink
Update PHP deps (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis authored Jun 9, 2022
1 parent e02ac20 commit 219535e
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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" : {

0 comments on commit 219535e

Please sign in to comment.