We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5908a commit 602bfe0Copy full SHA for 602bfe0
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: true
10
matrix:
11
os: [ubuntu-latest, windows-latest]
12
- php: [8.0]
+ php: [7.4]
13
stability: [prefer-lowest, prefer-stable]
14
15
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
composer.json
@@ -1,11 +1,11 @@
1
{
2
- "name": "escarter/poppler_php",
+ "name": "escarter/poppler-wrapper-php",
3
"description": "This is a wrapper for Poppler Utility tools",
4
"keywords": [
5
"escarter",
6
"poppler_php"
7
],
8
- "homepage": "https://github.com/escarter/poppler_php",
+ "homepage": "https://github.com/escarter/poppler-wrapper-php",
"license": "MIT",
"authors": [
0 commit comments