Skip to content

Commit

Permalink
PHP 8.1 support (#152)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
cazzerson authored Jan 24, 2023
1 parent 618bb6e commit ba6267a
Show file tree
Hide file tree
Showing 1,891 changed files with 101,688 additions and 29,206 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ node_modules
analysis/test/js/coverage
analysis/test/php/coverage
docs/site
/vendor

# Configuration Files
service/config/config.ini
Expand Down
18 changes: 9 additions & 9 deletions analysis/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
chunky_png (1.3.4)
chunky_png (1.4.0)
compass (1.0.3)
chunky_png (~> 1.2)
compass-core (~> 1.0.2)
Expand All @@ -14,18 +14,18 @@ GEM
sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
ffi (1.9.10)
multi_json (1.11.2)
rb-fsevent (0.9.5)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
sass (3.4.16)
ffi (1.15.5)
multi_json (1.15.0)
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
sass (3.4.25)

PLATFORMS
ruby
arm64-darwin-21

DEPENDENCIES
compass (~> 1.0.1)

BUNDLED WITH
1.10.5
2.2.24
Loading

0 comments on commit ba6267a

Please sign in to comment.