Skip to content

Commit 602bfe0

Browse files
committed
updated composer name
1 parent 0f5908a commit 602bfe0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
12-
php: [8.0]
12+
php: [7.4]
1313
stability: [prefer-lowest, prefer-stable]
1414

1515
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "escarter/poppler_php",
2+
"name": "escarter/poppler-wrapper-php",
33
"description": "This is a wrapper for Poppler Utility tools",
44
"keywords": [
55
"escarter",
66
"poppler_php"
77
],
8-
"homepage": "https://github.com/escarter/poppler_php",
8+
"homepage": "https://github.com/escarter/poppler-wrapper-php",
99
"license": "MIT",
1010
"authors": [
1111
{

0 commit comments

Comments
 (0)