Skip to content

Commit

Permalink
Merge pull request silverstripe#108 from creative-commoners/pulls/mas…
Browse files Browse the repository at this point in the history
…ter/php-81

Update PHP to 8.1, plus some enhancements
  • Loading branch information
emteknetnz authored Oct 11, 2023
2 parents d9e3aa8 + ac4cf19 commit d273eee
Show file tree
Hide file tree
Showing 11 changed files with 1,218 additions and 1,271 deletions.
2 changes: 1 addition & 1 deletion .platform.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
infrastructure: ^3
php_settings:
version: 7.4
version: 8.1
cli:
max_execution_time: 0
shared_dirs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ generated through [Doctum](https://github.com/code-lts/doctum#readme).

* Git
* Composer
* PHP 7.3 or newer
* PHP 8.1 or newer

## Installation

Expand Down
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
}
],
"require": {
"php": "^7.4",
"gitonomy/gitlib": "~1.0",
"symfony/console": "^3.3",
"code-lts/doctum": "^5.4"
"php": "^8.1",
"gitonomy/gitlib": "^1.2",
"symfony/console": "^6.2",
"code-lts/doctum": "^5.5.3",
"psr/log": "^3.0"
},
"bin": [
"bin/docs"
Expand All @@ -24,7 +25,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3"
}
}
1,683 changes: 1,085 additions & 598 deletions composer.lock

Large diffs are not rendered by default.

Loading

0 comments on commit d273eee

Please sign in to comment.