Skip to content

Commit

Permalink
minim req php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Dec 29, 2023
1 parent 5576459 commit 7da8311
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/psalm.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [8.1]
php: [8.2]
stability: [prefer-stable] #prefer-lowest,

name: PHPStan - P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
coverage: none
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.2, 8.1]
php: [8.2]
stability: [prefer-stable] #prefer-lowest,

name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions .scrutinizer.yml
Expand Up @@ -7,13 +7,13 @@ build:
tests:
environment:
php:
version: 8.1
version: 8.2
pecl_extensions:
- zip
analysis:
environment:
php:
version: 8.1
version: 8.2
pecl_extensions:
- zip
tests:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -6,7 +6,7 @@
"description": "Monorepo for PiedWeb's PHP Package.",
"license": "MIT",
"require": {
"php": ">=8.1",
"php": ">=8.2",
"ext-ctype": "*",
"ext-iconv": "*",
"fylax/forceutf8": "^3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/crawler/composer.json
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"piedweb/extractor": "*",
"piedweb/text-analyzer": "*",
"league/csv": "^9.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/curl/composer.json
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"thecodingmachine/safe": "^2.1"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extractor/composer.json
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"fylax/forceutf8": "^3.0",
"symfony/dom-crawler": "^6.3|^7",
"symfony/css-selector": "^6.3|^7",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-spreadsheet-seo-scraper/composer.json
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"piedweb/google": "*",
"symfony/console": "^6.3|^7",
"league/csv": "^9.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/google/composer.json
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"piedweb/curl": "*",
"piedweb/extractor": "*",
"symfony/cache": "^6.3|^7",
Expand Down
2 changes: 1 addition & 1 deletion packages/method-doc-block-generator/composer.json
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=8.1"
"php": ">=8.2"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/text-analyzer/composer.json
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"fylax/forceutf8": "^3.0"
},
"autoload": {
Expand Down

0 comments on commit 7da8311

Please sign in to comment.