Skip to content

Commit 6c03599

Browse files
committed
Update composer
1 parent 48f7591 commit 6c03599

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@
2020
"homepage": "http://github.com/henderjon"
2121
}
2222
],
23+
"require": {
24+
"php" : ">=5.3.0"
25+
},
2326
"require-dev": {
24-
"phpunit/phpunit": "~4.1"
27+
"phpunit/phpunit": "~4.8|~9"
2528
},
2629
"autoload" : {
2730
"files": ["src/array.php"]

test/ArrayFunctionsTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
class ArrayFunctionsTest extends PHPUnit_Framework_TestCase {
3+
class ArrayFunctionsTest extends \PHPUnit\Framework\TestCase {
44

55
public function testArrayFlatten() {
66
$this->assertEquals(
@@ -53,4 +53,3 @@ public function testArrayKeyRefill() {
5353

5454

5555
}
56-

0 commit comments

Comments
 (0)