Bump target version, bump PHP and dependency requirements to PHP 7.2+
parent
99aeba541a
commit
d2ede370be
|
@ -22,12 +22,6 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php-version:
|
php-version:
|
||||||
- "5.3"
|
|
||||||
- "5.4"
|
|
||||||
- "5.5"
|
|
||||||
- "5.6"
|
|
||||||
- "7.0"
|
|
||||||
- "7.1"
|
|
||||||
- "7.2"
|
- "7.2"
|
||||||
- "7.3"
|
- "7.3"
|
||||||
- "7.4"
|
- "7.4"
|
||||||
|
@ -37,28 +31,32 @@ jobs:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
experimental: [false]
|
experimental: [false]
|
||||||
include:
|
include:
|
||||||
- php-version: "5.3"
|
- php-version: "7.2"
|
||||||
dependencies: highest
|
dependencies: highest
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
experimental: false
|
experimental: false
|
||||||
- php-version: "5.3"
|
- php-version: "7.2"
|
||||||
dependencies: lowest
|
dependencies: lowest
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
experimental: false
|
experimental: false
|
||||||
- php-version: "8.0"
|
- php-version: "8.1"
|
||||||
|
dependencies: highest
|
||||||
|
os: ubuntu-latest
|
||||||
|
experimental: false
|
||||||
|
- php-version: "8.1"
|
||||||
os: windows-latest
|
os: windows-latest
|
||||||
dependencies: locked
|
dependencies: locked
|
||||||
experimental: false
|
experimental: false
|
||||||
- php-version: "8.0"
|
- php-version: "8.1"
|
||||||
os: macos-latest
|
os: macos-latest
|
||||||
dependencies: locked
|
dependencies: locked
|
||||||
experimental: false
|
experimental: false
|
||||||
- php-version: "8.1"
|
- php-version: "8.2"
|
||||||
dependencies: lowest
|
dependencies: lowest-ignore
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
experimental: false
|
experimental: true
|
||||||
- php-version: "8.1"
|
- php-version: "8.2"
|
||||||
dependencies: highest
|
dependencies: highest-ignore
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
experimental: false
|
experimental: false
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php-version:
|
php-version:
|
||||||
- "5.3"
|
- "7.2"
|
||||||
- "latest"
|
- "latest"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^5.3.2 || ^7.0 || ^8.0",
|
"php": "^7.2.5 || ^8.0",
|
||||||
"composer/ca-bundle": "^1.0",
|
"composer/ca-bundle": "^1.0",
|
||||||
"composer/metadata-minifier": "^1.0",
|
"composer/metadata-minifier": "^1.0",
|
||||||
"composer/semver": "^3.0",
|
"composer/semver": "^3.0",
|
||||||
|
@ -32,15 +32,15 @@
|
||||||
"psr/log": "^1.0 || ^2.0",
|
"psr/log": "^1.0 || ^2.0",
|
||||||
"seld/jsonlint": "^1.4",
|
"seld/jsonlint": "^1.4",
|
||||||
"seld/phar-utils": "^1.0",
|
"seld/phar-utils": "^1.0",
|
||||||
"symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
|
"symfony/console": "^5.4 || ^6.0",
|
||||||
"symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
|
"symfony/filesystem": "^5.4 || ^6.0",
|
||||||
"symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
|
"symfony/finder": "^5.4 || ^6.0",
|
||||||
"symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
|
"symfony/process": "^5.4 || ^6.0",
|
||||||
"react/promise": "^1.2 || ^2.7",
|
"react/promise": "^2.7",
|
||||||
"composer/pcre": "^1.0"
|
"composer/pcre": "^1.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0",
|
"symfony/phpunit-bridge": "^5.4 || ^6.0",
|
||||||
"phpspec/prophecy": "^1.10"
|
"phpspec/prophecy": "^1.10"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
|
@ -50,13 +50,13 @@
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": "5.3.9"
|
"php": "7.2.5"
|
||||||
},
|
},
|
||||||
"platform-check": false
|
"platform-check": false
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-main": "2.2-dev"
|
"dev-main": "2.3-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -55,7 +55,7 @@ class Composer
|
||||||
const VERSION = '@package_version@';
|
const VERSION = '@package_version@';
|
||||||
const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
|
const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
|
||||||
const RELEASE_DATE = '@release_date@';
|
const RELEASE_DATE = '@release_date@';
|
||||||
const SOURCE_VERSION = '2.2.999-dev+source';
|
const SOURCE_VERSION = '2.3.999-dev+source';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Version number of the internal composer-runtime-api package
|
* Version number of the internal composer-runtime-api package
|
||||||
|
|
|
@ -32,7 +32,7 @@ interface PluginInterface
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const PLUGIN_API_VERSION = '2.2.0';
|
const PLUGIN_API_VERSION = '2.3.0';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Apply plugin modifications to Composer
|
* Apply plugin modifications to Composer
|
||||||
|
|
Loading…
Reference in New Issue