Skip to content

Commit ba6267a

Browse files
authored
PHP 8.1 support (#152)
* Set up PHP version compatibility checks * Update zf1-future * Ignore phpcs packages * Update depenencies. Specifically, gump required updates for PHP compatibility. * Fix PHP 8.x compatibility issues in our code and rebuild. * Update mkdocs config
1 parent 618bb6e commit ba6267a

File tree

1,891 files changed

+101688
-29206
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,891 files changed

+101688
-29206
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ node_modules
1515
analysis/test/js/coverage
1616
analysis/test/php/coverage
1717
docs/site
18+
/vendor
1819

1920
# Configuration Files
2021
service/config/config.ini

analysis/Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
chunky_png (1.3.4)
4+
chunky_png (1.4.0)
55
compass (1.0.3)
66
chunky_png (~> 1.2)
77
compass-core (~> 1.0.2)
@@ -14,18 +14,18 @@ GEM
1414
sass (>= 3.3.0, < 3.5)
1515
compass-import-once (1.0.5)
1616
sass (>= 3.2, < 3.5)
17-
ffi (1.9.10)
18-
multi_json (1.11.2)
19-
rb-fsevent (0.9.5)
20-
rb-inotify (0.9.5)
21-
ffi (>= 0.5.0)
22-
sass (3.4.16)
17+
ffi (1.15.5)
18+
multi_json (1.15.0)
19+
rb-fsevent (0.11.1)
20+
rb-inotify (0.10.1)
21+
ffi (~> 1.0)
22+
sass (3.4.25)
2323

2424
PLATFORMS
25-
ruby
25+
arm64-darwin-21
2626

2727
DEPENDENCIES
2828
compass (~> 1.0.1)
2929

3030
BUNDLED WITH
31-
1.10.5
31+
2.2.24

0 commit comments

Comments
 (0)