no-framework icon indicating copy to clipboard operation
no-framework copied to clipboard

An example of a modern PHP application bootstrapped without a framework.

Results 2 no-framework issues
Sort by recently updated
recently updated
newest added

Bumps [laminas/laminas-diactoros](https://github.com/laminas/laminas-diactoros) from 2.9.0 to 2.11.1. Release notes Sourced from laminas/laminas-diactoros's releases. 2.11.1 Release Notes for 2.11.1 This is a SECURITY release. All users are encouraged to upgrade immediately. Added...

dependencies

While I was following the guide [https://kevinsmith.io/modern-php-without-a-framework/](https://kevinsmith.io/modern-php-without-a-framework/), I came across a bug. When you use `composer require php-di/php-di` composer installs php-di version 7.0. As of version 7.0 addAnnotations() has been...