Skip to content

Commit

Permalink
#948 - Add phalcon/incubator-session package
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Jun 18, 2020
1 parent 3390af5 commit 1fc2e44
Show file tree
Hide file tree
Showing 2 changed files with 376 additions and 82 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"require": {
"php": ">=7.2",
"ext-phalcon": "^4.0",
"phalcon/incubator-acl": "^1.0.0-alpha.1"
"phalcon/incubator-acl": "^1.0.0-alpha.1",
"phalcon/incubator-session": "^1.0.0"
},
"require-dev": {
"phpdocumentor/reflection-docblock": "2.0.4",
Expand All @@ -46,12 +47,10 @@
"vlucas/phpdotenv": "^2.4",
"phalcon/dd": "^1.1",
"doctrine/instantiator": "1.0.5",
"phalcon/ide-stubs": "4.x-dev"
"phalcon/ide-stubs": "^4.0"
},
"suggest": {
"ext-aerospike": "*",
"phalcon/ide-stubs": "Phalcon IDE Stubs",
"sergeyklay/aerospike-php-stubs": "The most complete Aerospike PHP stubs which allows autocomplete in modern IDEs",
"duncan3dc/fork-helper": "To use extended class to access the beanstalk queue service",
"swiftmailer/swiftmailer": "~5.2",
"twig/twig": "~1.35|~2.0"
Expand Down
Loading

0 comments on commit 1fc2e44

Please sign in to comment.