Skip to content

Commit 4f1e598

Browse files
committed
Merge branch 'release/0.9.8'
2 parents ca26b2a + 0bc067e commit 4f1e598

22 files changed

+160
-2093
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ public_html/
99
build/
1010
.phpunit.result.cache
1111
/examples/test.log
12+
test.log
1213
/examples/bad/test.log
1314
test.log
1415
CLAUDE.md

.version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"strategy": "semver",
33
"major": 0,
44
"minor": 9,
5-
"patch": 7,
5+
"patch": 8,
66
"build": 0
77
}

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 NeuronPHP
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"league/commonmark": "^2.6",
2121
"neuron-php/cli": "0.8.*",
2222
"robmorgan/phinx": "^0.16",
23-
"neuron-php/jobs": "0.2.*",
24-
"dragonmantank/cron-expression": "^3.4"
23+
"neuron-php/jobs": "0.2.*"
2524
},
2625
"require-dev": {
2726
"phpunit/phpunit": "9.*",
2827
"phpmd/phpmd": "^2.15",
29-
"mikey179/vfsstream": "^1.6"
28+
"mikey179/vfsstream": "^1.6",
29+
"neuron-php/scaffolding": "0.8.*"
3030
},
3131
"suggest": {
3232
"ext-redis": "Required for Redis cache storage backend"

0 commit comments

Comments
 (0)