Giter VIP home page Giter VIP logo

proxy-psr16's Introduction

phalcon

Phalcon Framework

PDS Skeleton Scrutinizer Code Quality Code Coverage codecov

Implemented

Standard Description
PSR-3 Phalcon\Logger\Logger
PSR-4 Phalcon\Autoloader
PSR-12 Coding Standard
PSR-13 Phalcon\Html\Tag\Link
PSR-16 Phalcon\Cache\Cache

To do

Standard Description
PSR-6 Caching Interface
PSR-7 Phalcon\Http\Message
PSR-11 Container Interface
PSR-14 Event Dispatcher
PSR-15 HTTP Handlers
PSR-17 Phalcon\Http\Message
PSR-18 HTTP Client

Remaining refactoring - alignment with cphalcon (v5)

  • Annotations
  • DataMapper
  • Db
  • Dispatcher
  • Mvc
  • Paginator
  • Url

proxy-psr16's People

Contributors

jeckerson avatar niden avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

proxy-psr16's Issues

[NFR]: Compatibility with `psr/simple-cache` 2.x and 3.x

Is your feature request related to a problem? Please describe.
It is not possible to use the latest version of the database migration manager robmorgan/phinx because in the latest versions they require psr/simple-cache ^2.0 || ^3.0 through the dependency chain.

Now the composer.json contains the requirement for "psr/simple-cache": "^1.0". Is there any reason why there is no support for newer versions of psr/simple-cache - 2.0.0 and 3.0.0, even though they were released back in 2021?

Describe the solution you'd like
Add the ability to install psr/simple-cache ^2.0 || ^3.0.

Describe alternatives you've considered

Additional context

  Problem 1
    - Root composer.json requires phalcon/proxy-psr16 ^1.0 -> satisfiable by phalcon/proxy-psr16[1.0.0].
    - cakephp/datasource 5.0.0 requires psr/simple-cache ^2.0 || ^3.0 -> satisfiable by psr/simple-cache[2.0.0, 3.0.0].
    - cakephp/database 5.0.0 requires cakephp/datasource ^5.0 -> satisfiable by cakephp/datasource[5.0.0].
    - You can only install one version of a package, so only one of these can be installed: psr/simple-cache[1.0.0, 1.0.1, 2.0.0, 3.0.0].
    - robmorgan/phinx[0.15.0, ..., 0.15.2] require cakephp/database ^5.0 -> satisfiable by cakephp/database[5.0.0].
    - phalcon/proxy-psr16 1.0.0 requires psr/simple-cache ^1.0 -> satisfiable by psr/simple-cache[1.0.0, 1.0.1].
    - Root composer.json requires robmorgan/phinx ^0.15 -> satisfiable by robmorgan/phinx[0.15.0, 0.15.1, 0.15.2].

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.