Refactor CI/CD and modernize project configuration - #106
Conversation
| "nette/application": "^3.0" | ||
| "php": ">=8.2", | ||
| "nette/application": "^3.0.0", | ||
| "nette/forms": "^3.2.7" |
There was a problem hiding this comment.
This will definitely crash.
This library relies heavily on internal implementation details of Nette Forms, making it impossible to avoid being tightly coupled to a specific version of nette/forms.
This has happened in the past, and it will happen again in the future if we allow this.
We need to add a comment here to ensure no one does this again. This has already been discussed in this repository, and this limitation is in place for a reason.
|
@f3l1x maybe resolve conflicts here so we can merge? |
|
@f3l1x not sure what to do with this, most of stuff is solved, I prefer phpunit here and don't see any issues with them to move to nette tester and overall not sure what to do with this pr at this point but to close it. If you want you can resolve conflicts and we can see, but I will just close it now and if you want feel free to reopen and solve problems. |
No description provided.