Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.34
0.0.35
5 changes: 3 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ SPIN Framework Changelog

## 0.0.35
- Unittests updated to support PHP 8.4 and PHPUnit 12
- Docblocks refactores in many places
- Config
- Docblocks refactored in many places
- Config automatically replaces ${env:VAR} environment macros on loading
- Hook related things removed from codebase

## 0.0.34
- Bugfix on PDO not correctly parsing default options
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"test": "phpunit"
},
"require-dev": {
"phpunit/phpunit": "^10.5 || ^11.0 || ^12.0"
"phpunit/phpunit": "^10.5||^11.0||^12.0"
},
"config": {
"optimize-autoloader": true
Expand Down