-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade phar-io dependencies to support PHP8
- Loading branch information
1 parent
d666d71
commit c0c8789
Showing
2 changed files
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,16 @@ | |
"name": "Andreas Heigl", | ||
"email": "[email protected]", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name" : "Arne Blankerts", | ||
"email" : "[email protected]", | ||
"role" : "Developer" | ||
}, | ||
{ | ||
"name" : "Sebastian Feldmann", | ||
"email" : "[email protected]", | ||
"role" : "Developer" | ||
} | ||
], | ||
"keywords": [ | ||
|
@@ -43,8 +53,8 @@ | |
"ext-dom": "*", | ||
"ext-libxml": "*", | ||
"composer-plugin-api": "^1.1 || ^2.0", | ||
"phar-io/gnupg": "^0.9", | ||
"phar-io/filesystem": "^0.9" | ||
"phar-io/gnupg": "^1.0", | ||
"phar-io/filesystem": "^2.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^9.4", | ||
|