Skip to content

Commit

Permalink
Merge pull request #243 from laminas/2.14.x-merge-up-into-2.15.x_tRHU…
Browse files Browse the repository at this point in the history
…Q2cL

Merge release 2.14.1 into 2.15.x
  • Loading branch information
Ocramius authored Mar 30, 2022
2 parents f0c039e + 7daba11 commit 03c3030
Show file tree
Hide file tree
Showing 388 changed files with 160 additions and 897 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/auto-close.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .laminas-ci/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
</testsuite>
</testsuites>

<extensions>
<extension class="LaminasIntegrationTest\Db\IntegrationTestPHPUnitExtension" file="./test/integration/IntegrationTestPHPUnitExtension.php"/>
</extensions>
<listeners>
<listener class="LaminasIntegrationTest\Db\IntegrationTestListener" file="./test/integration/IntegrationTestListener.php"/>
</listeners>

<php>
<!-- Integration Test Variables -->
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@
>
> You trust us enough to use our software. We ask that you trust us to say the truth on this. We need your help. Go out and protest this unnecessary war. Stop the bloodshed. Say "stop the war!"
> This package is considered feature-complete, and is now in **security-only** maintenance mode, following a [decision by the Technical Steering Committee](https://github.com/laminas/technical-steering-committee/blob/ea1ac8c8e2f00f90c6059b6bf60399bcf38bc653/meetings/minutes/2022-02-07-TSC-Minutes.md#is-laminas-db-abandoned).
> If you have a security issue, please [follow our security reporting guidelines](https://getlaminas.org/security/).
> If you wish to take on the role of maintainer, please [nominate yourself](https://github.com/laminas/technical-steering-committee/issues/new?assignees=&labels=Nomination&template=Maintainer_Nomination.md&title=%5BNOMINATION%5D%5BMAINTAINER%5D%3A+%7Bname+of+person+being+nominated%7D)
>
> If you are looking for an actively maintained package alternative, we recommend:
>
> - [doctrine/dbal](https://github.com/doctrine/dbal)
`Laminas\Db` is a component that abstract the access to a Database using an object
oriented API to build the queries. `Laminas\Db` consumes different storage adapters
to access different database vendors such as MySQL, PostgreSQL, Oracle, IBM DB2,
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.4.99"
"php": "7.3.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand All @@ -31,14 +31,14 @@
}
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"laminas/laminas-stdlib": "^3.7.1"
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.3.0",
"laminas/laminas-coding-standard": "~2.2.1",
"laminas/laminas-eventmanager": "^3.4.0",
"laminas/laminas-hydrator": "^3.2 || ^4.3",
"laminas/laminas-servicemanager": "^3.10.0",
"laminas/laminas-servicemanager": "^3.7.0",
"phpunit/phpunit": "^9.5.19"
},
"suggest": {
Expand Down
Loading

0 comments on commit 03c3030

Please sign in to comment.