Skip to content

Commit 51f4665

Browse files
committed
Merge branch 'release/0.8.1'
2 parents 44838df + b8310ee commit 51f4665

File tree

6 files changed

+7
-11
lines changed

6 files changed

+7
-11
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.version.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"major":0,"minor":8,"patch":1,"build":0}

VERSIONLOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.8.1
2+
3+
## 0.8.1
4+
15
## 0.8.00 2025-02-07
26
* Updated to php8.4
37
* Switched RunLevel to an enum.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"ext-curl": "*",
1515
"ext-json": "*",
1616
"ext-sockets": "*",
17-
"neuron-php/patterns": "0.6.*",
17+
"neuron-php/patterns": "0.7.*",
1818
"neuron-php/validation": "0.7.*",
1919
"neuron-php/util": "0.6.*"
2020
},

tests/Log/Destination/FileTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@ public function testOpenFail()
3636

3737
$Pass = $File->open(
3838
[
39-
'file_name' => "/%DATE%"
39+
'file_name' => "//invalid//path/%DATE%"
4040
]
4141
);
4242

43-
4443
$this->assertFalse( $Pass );
4544
}
4645
}

version.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)