Skip to content

[Chore]: Sync v1 to v2 - #36

Merged
Orrison merged 7 commits into
mainfrom
sync-v1-to-v2
Dec 12, 2025
Merged

[Chore]: Sync v1 to v2#36
Orrison merged 7 commits into
mainfrom
sync-v1-to-v2

Conversation

@Orrison

@Orrison Orrison commented Dec 12, 2025

Copy link
Copy Markdown
Member

Ticket(s) or GitHub Issue

  • N/A

Technical Description

Bring in update to linting from v1 to v2.

Any deployment steps required?

No

Are any Feature Flags and/or Data Migrations that can eventually be removed Added?

No


Before contributing and submitting this PR, make sure you have Read, agree, and are compliant with the contributing guidelines.

Orrison and others added 7 commits December 12, 2025 14:13
* Update symfony/http-foundation

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Update league/commonmark

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

---------

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
* @shufo/prettier-plugin-blade and general npm update

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Update the prettier configuration and commands

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Run format with changes

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Add php min version and update

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Add a dependabot.yml

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* chore: fix code style

---------

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
…sts (#35)

* chore: remove MissingClosureParameterTypehintRule and associated tests

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Remove old rule, install and configure meliorstan

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Resolve linting issues

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Fix test issue

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

---------

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
Signed-off-by: Dan Harrin <dan.harrin@canyongbs.com>
* Bump filament/filament from 4.0.20 to 4.3.1

Bumps [filament/filament](https://github.com/filamentphp/panels) from 4.0.20 to 4.3.1.
- [Commits](filamentphp/panels@v4.0.20...v4.3.1)

---
updated-dependencies:
- dependency-name: filament/filament
  dependency-version: 4.3.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Lock filament version in the composer.json and update

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
* Updates version 1 dependancies to resolve security vulns (#24)

* Update symfony/http-foundation

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Update league/commonmark

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

---------

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* @shufo/prettier-plugin-blade and general npm update

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Update the prettier configuration and commands

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Run format with changes

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Add php min version and update

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Add a dependabot.yml

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Support Filament v4

Signed-off-by: Dan Harrin <dan.harrin@canyongbs.com>

* Bump filament/filament from 4.0.20 to 4.3.1 (#27)

* Bump filament/filament from 4.0.20 to 4.3.1

Bumps [filament/filament](https://github.com/filamentphp/panels) from 4.0.20 to 4.3.1.
- [Commits](filamentphp/panels@v4.0.20...v4.3.1)

---
updated-dependencies:
- dependency-name: filament/filament
  dependency-version: 4.3.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Lock filament version in the composer.json and update

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* update composer

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Fix lock file

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* chore: fix code style

---------

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
Signed-off-by: Dan Harrin <dan.harrin@canyongbs.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Dan Harrin <dan.harrin@canyongbs.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
@Orrison
Orrison requested a review from a team as a code owner December 12, 2025 19:17
@Orrison
Orrison merged commit ab92dfc into main Dec 12, 2025
4 checks passed
@Orrison
Orrison deleted the sync-v1-to-v2 branch December 12, 2025 19:30
Orrison added a commit that referenced this pull request Dec 16, 2025
* Updates version 1 dependancies to resolve security vulns (#24)

* Update symfony/http-foundation

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Update league/commonmark

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

---------

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* [Chore]: Upgrades and updates for v1 (#28)

* @shufo/prettier-plugin-blade and general npm update

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Update the prettier configuration and commands

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Run format with changes

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Add php min version and update

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Add a dependabot.yml

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* chore: fix code style

---------

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* [Chore]: Remove MissingClosureParameterTypehintRule and associated tests (#35)

* chore: remove MissingClosureParameterTypehintRule and associated tests

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Remove old rule, install and configure meliorstan

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Resolve linting issues

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Fix test issue

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

---------

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Support Filament v4

Signed-off-by: Dan Harrin <dan.harrin@canyongbs.com>

* Bump filament/filament from 4.0.20 to 4.3.1 (#27)

* Bump filament/filament from 4.0.20 to 4.3.1

Bumps [filament/filament](https://github.com/filamentphp/panels) from 4.0.20 to 4.3.1.
- [Commits](filamentphp/panels@v4.0.20...v4.3.1)

---
updated-dependencies:
- dependency-name: filament/filament
  dependency-version: 4.3.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Lock filament version in the composer.json and update

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* [Chore]: Sync v2 with v1 updates (#29)

* Updates version 1 dependancies to resolve security vulns (#24)

* Update symfony/http-foundation

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Update league/commonmark

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

---------

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* @shufo/prettier-plugin-blade and general npm update

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Update the prettier configuration and commands

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Run format with changes

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Add php min version and update

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Add a dependabot.yml

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Support Filament v4

Signed-off-by: Dan Harrin <dan.harrin@canyongbs.com>

* Bump filament/filament from 4.0.20 to 4.3.1 (#27)

* Bump filament/filament from 4.0.20 to 4.3.1

Bumps [filament/filament](https://github.com/filamentphp/panels) from 4.0.20 to 4.3.1.
- [Commits](filamentphp/panels@v4.0.20...v4.3.1)

---
updated-dependencies:
- dependency-name: filament/filament
  dependency-version: 4.3.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Lock filament version in the composer.json and update

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* update composer

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Fix lock file

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* chore: fix code style

---------

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
Signed-off-by: Dan Harrin <dan.harrin@canyongbs.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Dan Harrin <dan.harrin@canyongbs.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update lock file

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

---------

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
Signed-off-by: Dan Harrin <dan.harrin@canyongbs.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Dan Harrin <dan.harrin@canyongbs.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Orrison added a commit that referenced this pull request Dec 16, 2025
* Updates version 1 dependancies to resolve security vulns (#24)

* Update symfony/http-foundation

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Update league/commonmark

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

---------

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* [Chore]: Upgrades and updates for v1 (#28)

* @shufo/prettier-plugin-blade and general npm update

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Update the prettier configuration and commands

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Run format with changes

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Add php min version and update

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Add a dependabot.yml

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* chore: fix code style

---------

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* [Chore]: Remove MissingClosureParameterTypehintRule and associated tests (#35)

* chore: remove MissingClosureParameterTypehintRule and associated tests

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Remove old rule, install and configure meliorstan

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Resolve linting issues

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Fix test issue

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

---------

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* [ADVAPP-2218], [AIDAPP-798], [AIDAPP-799], [OLYMPUS-980], [OLYMPUS-981] (#39)

* Require and configure timezoneselect

* chore: fix code style

* Relocate timezone select configuration to packageBooted method

---------

Co-authored-by: rebecca-canyon <rebecca-canyon@users.noreply.github.com>

* Support Filament v4

Signed-off-by: Dan Harrin <dan.harrin@canyongbs.com>

* Bump filament/filament from 4.0.20 to 4.3.1 (#27)

* Bump filament/filament from 4.0.20 to 4.3.1

Bumps [filament/filament](https://github.com/filamentphp/panels) from 4.0.20 to 4.3.1.
- [Commits](filamentphp/panels@v4.0.20...v4.3.1)

---
updated-dependencies:
- dependency-name: filament/filament
  dependency-version: 4.3.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Lock filament version in the composer.json and update

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* [Chore]: Sync v2 with v1 updates (#29)

* Updates version 1 dependancies to resolve security vulns (#24)

* Update symfony/http-foundation

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Update league/commonmark

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

---------

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* @shufo/prettier-plugin-blade and general npm update

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Update the prettier configuration and commands

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Run format with changes

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Add php min version and update

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Add a dependabot.yml

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Support Filament v4

Signed-off-by: Dan Harrin <dan.harrin@canyongbs.com>

* Bump filament/filament from 4.0.20 to 4.3.1 (#27)

* Bump filament/filament from 4.0.20 to 4.3.1

Bumps [filament/filament](https://github.com/filamentphp/panels) from 4.0.20 to 4.3.1.
- [Commits](filamentphp/panels@v4.0.20...v4.3.1)

---
updated-dependencies:
- dependency-name: filament/filament
  dependency-version: 4.3.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Lock filament version in the composer.json and update

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* update composer

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Fix lock file

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* chore: fix code style

---------

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
Signed-off-by: Dan Harrin <dan.harrin@canyongbs.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Dan Harrin <dan.harrin@canyongbs.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [Chore]: Sync v1 to v2 (#36)

* Updates version 1 dependancies to resolve security vulns (#24)

* Update symfony/http-foundation

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Update league/commonmark

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

---------

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* [Chore]: Upgrades and updates for v1 (#28)

* @shufo/prettier-plugin-blade and general npm update

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Update the prettier configuration and commands

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Run format with changes

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Add php min version and update

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Add a dependabot.yml

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* chore: fix code style

---------

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* [Chore]: Remove MissingClosureParameterTypehintRule and associated tests (#35)

* chore: remove MissingClosureParameterTypehintRule and associated tests

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Remove old rule, install and configure meliorstan

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Resolve linting issues

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Fix test issue

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

---------

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Support Filament v4

Signed-off-by: Dan Harrin <dan.harrin@canyongbs.com>

* Bump filament/filament from 4.0.20 to 4.3.1 (#27)

* Bump filament/filament from 4.0.20 to 4.3.1

Bumps [filament/filament](https://github.com/filamentphp/panels) from 4.0.20 to 4.3.1.
- [Commits](filamentphp/panels@v4.0.20...v4.3.1)

---
updated-dependencies:
- dependency-name: filament/filament
  dependency-version: 4.3.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Lock filament version in the composer.json and update

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* [Chore]: Sync v2 with v1 updates (#29)

* Updates version 1 dependancies to resolve security vulns (#24)

* Update symfony/http-foundation

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Update league/commonmark

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

---------

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* @shufo/prettier-plugin-blade and general npm update

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Update the prettier configuration and commands

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Run format with changes

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Add php min version and update

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Add a dependabot.yml

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Support Filament v4

Signed-off-by: Dan Harrin <dan.harrin@canyongbs.com>

* Bump filament/filament from 4.0.20 to 4.3.1 (#27)

* Bump filament/filament from 4.0.20 to 4.3.1

Bumps [filament/filament](https://github.com/filamentphp/panels) from 4.0.20 to 4.3.1.
- [Commits](filamentphp/panels@v4.0.20...v4.3.1)

---
updated-dependencies:
- dependency-name: filament/filament
  dependency-version: 4.3.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Lock filament version in the composer.json and update

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* update composer

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Fix lock file

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* chore: fix code style

---------

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
Signed-off-by: Dan Harrin <dan.harrin@canyongbs.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Dan Harrin <dan.harrin@canyongbs.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update lock file

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

---------

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
Signed-off-by: Dan Harrin <dan.harrin@canyongbs.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Dan Harrin <dan.harrin@canyongbs.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix composer lock

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Restore stock image picker

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Restore stock image picker

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* chore: fix enforcement of copyright on all files

* Try and clear cache

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Revert change

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

---------

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
Signed-off-by: Dan Harrin <dan.harrin@canyongbs.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rebecca-canyon <rebecca.sheridan@canyongbs.com>
Co-authored-by: rebecca-canyon <rebecca-canyon@users.noreply.github.com>
Co-authored-by: Dan Harrin <dan.harrin@canyongbs.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Orrison <6799341+Orrison@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants