Skip to content

0-9-edge COMPARISON ONLY#24

Open
kilgore5 wants to merge 47 commits into
0-9-stablefrom
0-9-edge
Open

0-9-edge COMPARISON ONLY#24
kilgore5 wants to merge 47 commits into
0-9-stablefrom
0-9-edge

Conversation

@kilgore5
Copy link
Copy Markdown
Contributor

DO NOT MERGE

kilgore5 and others added 30 commits January 24, 2024 16:13
```
Error: Version mismatch detected for the PHPUnit Polyfills. Please ensure that PHPUnit Polyfills 1.1.0 or higher is loaded. Found version: 1.0.1
```
…ity patches

- `aws/aws-sdk-php`,`aws/aws-crt-php`, had to be upgraded along with to match the dependencies
- only `aws/aws-sdk-php` is a direct dependency of the project, the rest are dependencies of it
```
Johns-MBP:elastic-press johnroyall$ bin/composer update elasticsearch/elasticsearch
Loading composer repositories with package information
Warning from https://repo.packagist.org: Support for Composer 1 is deprecated and some packages will not be available. You should upgrade to Composer 2. See https://blog.packagist.com/deprecating-composer-1-support/
Updating dependencies (including require-dev)
Package operations: 2 installs, 1 update, 0 removals
  - Installing ezimuel/guzzlestreams (3.1.0): Downloading (100%)
  - Installing ezimuel/ringphp (1.1.2): Downloading (100%)
  - Updating elasticsearch/elasticsearch (v6.7.2 => v6.8.2): Downloading (100%)
```

```
Johns-MBP:elastic-press johnroyall$ bin/composer remove  guzzlehttp/ringphp
guzzlehttp/ringphp is not required in your composer.json and has not been removed
Loading composer repositories with package information
Warning from https://repo.packagist.org: Support for Composer 1 is deprecated and some packages will not be available. You should upgrade to Composer 2. See https://blog.packagist.com/deprecating-composer-1-support/
Updating dependencies (including require-dev)
Package operations: 0 installs, 1 update, 2 removals
  - Removing guzzlehttp/streams (3.0.0)
  - Removing guzzlehttp/ringphp (1.1.1)
  - Updating react/promise (v2.8.0 => v2.11.0): Downloading (100%)
```
…mand in desc)

- `bin/composer update phpunit/phpunit sebastian/version sebastian/resource-operations sebastian/exporter sebastian/comparator phar-io/manifest phpunit/php-code-coverage phar-io/version phpunit/php-file-iterator phpunit/php-text-template phpunit/php-timer sebastian/code-unit-reverse-lookup sebastian/diff sebastian/environment sebastian/global-state sebastian/object-enumerator sebastian/object-reflector sebastian/exporter sebastian/recursion-context`
- `bin/composer remove phpunit/php-token-stream`

```
Johns-MBP:elastic-press johnroyall$ bin/composer update phpunit/phpunit sebastian/version sebastian/resource-operations sebastian/exporter sebastian/comparator phar-io/manifest phpunit/php-code-coverage phar-io/version phpunit/php-file-iterator phpunit/php-text-template phpunit/php-timer sebastian/code-unit-reverse-lookup sebastian/diff sebastian/environment sebastian/global-state sebastian/object-enumerator sebastian/object-reflector sebastian/exporter sebastian/recursion-context
Loading composer repositories with package information
Warning from https://repo.packagist.org: Support for Composer 1 is deprecated and some packages will not be available. You should upgrade to Composer 2. See https://blog.packagist.com/deprecating-composer-1-support/
Updating dependencies (including require-dev)
Package operations: 7 installs, 18 updates, 0 removals
  - Updating sebastian/version (2.0.1 => 3.0.2): Downloading (100%)
  - Installing sebastian/type (3.2.1): Downloading (100%)
  - Updating sebastian/resource-operations (2.0.2 => 3.0.3): Downloading (100%)
  - Updating sebastian/recursion-context (3.0.1 => 4.0.5): Downloading (100%)
  - Updating sebastian/object-reflector (1.1.2 => 2.0.4): Downloading (100%)
  - Updating sebastian/object-enumerator (3.0.4 => 4.0.4): Downloading (100%)
  - Updating sebastian/global-state (2.0.0 => 5.0.6): Downloading (100%)
  - Updating sebastian/exporter (3.1.3 => 4.0.5): Downloading (100%)
  - Updating sebastian/environment (4.2.4 => 5.1.5): Downloading (100%)
  - Updating sebastian/diff (3.0.3 => 4.0.5): Downloading (100%)
  - Updating sebastian/comparator (3.0.3 => 4.0.8): Downloading (100%)
  - Installing sebastian/code-unit (1.0.8): Downloading (100%)
  - Installing sebastian/cli-parser (1.0.1): Downloading (100%)
  - Updating phpunit/php-timer (2.1.3 => 5.0.3): Downloading (100%)
  - Updating phpunit/php-text-template (1.2.1 => 2.0.4): Downloading (100%)
  - Installing phpunit/php-invoker (3.1.1): Downloading (100%)
  - Updating phpunit/php-file-iterator (2.0.4 => 3.0.6): Downloading (100%)
  - Installing nikic/php-parser (v5.0.0): Downloading (100%)
  - Installing sebastian/lines-of-code (1.0.4): Downloading (100%)
  - Installing sebastian/complexity (2.0.3): Downloading (100%)
  - Updating sebastian/code-unit-reverse-lookup (1.0.2 => 2.0.3): Downloading (100%)
  - Updating phpunit/php-code-coverage (6.1.4 => 9.2.30): Downloading (100%)
  - Updating phar-io/version (2.0.1 => 3.2.1): Loading from cache
  - Updating phar-io/manifest (1.0.3 => 2.0.3): Loading from cache
  - Updating phpunit/phpunit (7.5.20 => 9.6.16): Downloading (100%)
phpunit/php-invoker suggests installing ext-pcntl (*)
Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
Package yoast/i18n-module is abandoned, you should avoid using it. No replacement was suggested.
Writing lock file
Generating autoload files
38 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Johns-MBP:elastic-press johnroyall$ bin/composer uninstall phpunit/php-token-stream
/docker-entrypoint.sh: exec: line 24: uninstall: not found
Johns-MBP:elastic-press johnroyall$ bin/composer remove phpunit/php-token-stream
phpunit/php-token-stream is not required in your composer.json and has not been removed
Loading composer repositories with package information
Warning from https://repo.packagist.org: Support for Composer 1 is deprecated and some packages will not be available. You should upgrade to Composer 2. See https://blog.packagist.com/deprecating-composer-1-support/
Updating dependencies (including require-dev)
Package operations: 0 installs, 0 updates, 1 removal
  - Removing phpunit/php-token-stream (3.1.3)
Package yoast/i18n-module is abandoned, you should avoid using it. No replacement was suggested.
Writing lock file
Generating autoload files
```
- fix `PHP Fatal error:  Declaration of ElasticPressTest::setUp() must be compatible with PHPUnit\Framework\TestCase::setUp(): void`
- fix deprecation of `assertArraySubset()` removed in phpunit... fixes suggested in Yoast/PHPUnit-Polyfills#1
jGRUBBS added 17 commits May 15, 2024 10:08
PHP Deprecated:
Function utf8_decode() is deprecated in /var/app/current/wordpress/web/app/mu-plugins/elastic-press/includes/seo.php on line 102
PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /var/app/current/wordpress/web/app/mu-plugins/elastic-press/includes/utils/options.php on line 110
Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/app/current/wordpress/web/app/mu-plugins/elastic-press/includes/utils/options.php on line 110
PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /var/app/current/wordpress/web/app/mu-plugins/elastic-press/includes/utils/options.php on line 111
…tions.php files before fields for filter-ability
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.

2 participants