From 3ef35c970ac541add86e30b7896bcf265ce8af5b Mon Sep 17 00:00:00 2001 From: Joao Gilberto Magalhaes Date: Thu, 18 May 2023 22:21:12 -0500 Subject: [PATCH] Major Upgrade --- README.md | 7 +++---- composer.json | 4 ++-- phpunit.xml.dist | 6 +++--- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ad166cf..c9a474d 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,7 @@ [![GitHub license](https://img.shields.io/github/license/byjg/anydataset-array.svg)](https://opensource.byjg.com/opensource/licensing.html) [![GitHub release](https://img.shields.io/github/release/byjg/anydataset-array.svg)](https://github.com/byjg/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). @@ -111,10 +110,10 @@ foreach ($iterator as $row) { ## Install -Just type: +Just type: ```bash -composer require "byjg/anydataset-array=4.0.*" +composer require "byjg/anydataset-array=5.0.*" ``` ## Running Unit tests diff --git a/composer.json b/composer.json index 5542c4f..d409ab1 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ "prefer-stable": true, "minimum-stability": "dev", "require": { - "php": ">=5.6.0", - "byjg/anydataset": "dev-fix-depecrations-php81" + "php": ">=7.4", + "byjg/anydataset": "5.0.0.x-dev" }, "require-dev": { "phpunit/phpunit": "5.7.*|7.4.*|^9.5" diff --git a/phpunit.xml.dist b/phpunit.xml.dist index ac3fd47..ebc7bf4 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -20,17 +20,17 @@ and open the template in the editor. - + ./src - + ./tests - +