Skip to content

Commit

Permalink
Merge pull request #1 from byjg/5.0.0
Browse files Browse the repository at this point in the history
Major Upgrade
  • Loading branch information
byjg authored Jan 4, 2024
2 parents 7dd2757 + c4c501f commit 94733c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
[![GitHub license](https://img.shields.io/github/license/byjg/php-anydataset-array.svg)](https://opensource.byjg.com/opensource/licensing.html)
[![GitHub release](https://img.shields.io/github/release/byjg/php-anydataset-array.svg)](https://github.com/byjg/php-anydataset-array/releases/)


Array abstraction dataset. Anydataset is an agnostic data source abstraction layer in PHP.
Array abstraction dataset. Anydataset is an agnostic data source abstraction layer in PHP.

See more about Anydataset [here](https://opensource.byjg.com/php/anydataset).

Expand Down Expand Up @@ -111,7 +110,7 @@ foreach ($iterator as $row) {

## Install

Just type:
Just type:

```bash
composer require "byjg/anydataset-array"
Expand Down
6 changes: 3 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ and open the template in the editor.
<ini name="display_startup_errors" value="On" />
<ini name="error_reporting" value="E_ALL" />
</php>

<filter>
<whitelist>
<directory>./src</directory>
</whitelist>
</filter>

<testsuites>
<testsuite name="Test Suite">
<directory>./tests</directory>
</testsuite>
</testsuites>

</phpunit>

0 comments on commit 94733c8

Please sign in to comment.