Skip to content

Commit 219535e

Browse files
authored
Update PHP deps (#25)
1 parent e02ac20 commit 219535e

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Uploading coverage to coveralls
6060
env:
6161
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62-
run: make report-coveralls --no-print-directory
62+
run: make report-coveralls --no-print-directory || true
6363

6464
- name: Upload Artifacts
6565
uses: actions/upload-artifact@v2
@@ -85,8 +85,8 @@ jobs:
8585
uses: shivammathur/setup-php@v2
8686
with:
8787
php-version: ${{ matrix.php-version }}
88-
extensions: ast
8988
tools: composer
89+
extensions: ast
9090

9191
- name: Build the Project
9292
run: make update --no-print-directory

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
},
1313
{
1414
"name" : "Cory LaViska",
15-
"homepage" : "http://www.abeautifulsite.net/",
15+
"homepage" : "https://www.abeautifulsite.net/",
1616
"role" : "Developer"
1717
},
1818
{
1919
"name" : "Nazar Mokrynskyi",
2020
"email" : "nazar@mokrynskyi.com",
21-
"homepage" : "http://cleverstyle.org/",
21+
"homepage" : "https://cleverstyle.org/",
2222
"role" : "Developer"
2323
}
2424
],
@@ -29,12 +29,12 @@
2929
"ext-exif" : "*",
3030
"ext-ctype" : "*",
3131

32-
"jbzoo/utils" : "^4.5.0",
33-
"jbzoo/data" : "^4.3.0"
32+
"jbzoo/utils" : "^4.5|^5.0",
33+
"jbzoo/data" : "^4.3|^5.0"
3434
},
3535

3636
"require-dev" : {
37-
"jbzoo/toolbox-dev" : "^3.2.0"
37+
"jbzoo/toolbox-dev" : "^3.2|^4.0.1"
3838
},
3939

4040
"autoload" : {

0 commit comments

Comments
 (0)