Skip to content

Commit

Permalink
Merge pull request #29 from Mopolo/php8
Browse files Browse the repository at this point in the history
PHP 8
  • Loading branch information
weierophinney authored Feb 17, 2021
2 parents c551ae4 + d2c531a commit 11672a7
Show file tree
Hide file tree
Showing 19 changed files with 864 additions and 373 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.phpunit.result.cache
/clover.xml
/coveralls-upload.json
/doc/html/
Expand Down
17 changes: 9 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,20 @@
"sort-packages": true
},
"require": {
"php": "^5.6 || ^7.0",
"php": "^7.3 || ~8.0.0",
"ext-dom": "*",
"ext-soap": "*",
"laminas/laminas-server": "^2.6.1",
"laminas/laminas-stdlib": "^2.7 || ^3.0",
"laminas/laminas-uri": "^2.5.2",
"laminas/laminas-zendframework-bridge": "^1.0"
"laminas/laminas-server": "^2.9",
"laminas/laminas-stdlib": "^3.3",
"laminas/laminas-uri": "^2.8",
"laminas/laminas-zendframework-bridge": "^1.1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-config": "^2.6",
"laminas/laminas-http": "^2.5.4",
"phpunit/phpunit": "^5.7.21 || ^6.3"
"laminas/laminas-config": "^3.4",
"laminas/laminas-http": "^2.14",
"phpspec/prophecy-phpunit": "^2.0.1",
"phpunit/phpunit": "^9.4.3"
},
"suggest": {
"ext-curl": "Curl is required when .NET compatibility is required",
Expand Down
Loading

0 comments on commit 11672a7

Please sign in to comment.