File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "name" : " recoil/react" ,
33 "description" : " Integrate Recoil with ReactPHP." ,
44 "require" : {
5- "php" : " ^7.2 " ,
5+ "php" : " >=7.3 " ,
66 "react/event-loop" : " ^1.0 || ^0.5 || ^0.4" ,
77 "react/promise" : " ^2" ,
8- "recoil/api" : " ^1" ,
9- "recoil/kernel" : " ^1.0.2 "
8+ "recoil/api" : " ^1.0.2 " ,
9+ "recoil/kernel" : " dev-php-8 "
1010 },
1111 "require-dev" : {
12- "eloquent/phony" : " ^3.2 " ,
12+ "eloquent/phony" : " ^5 " ,
1313 "friendsofphp/php-cs-fixer" : " ^2" ,
1414 "hamcrest/hamcrest-php" : " ^2" ,
1515 "peridot-php/leo" : " ^1" ,
1616 "peridot-php/peridot-code-coverage-reporters" : " ^2" ,
1717 "peridot-php/peridot" : " ^1" ,
18- "recoil/dev" : " ^0.4 "
18+ "recoil/dev" : " dev-php-8 "
1919 },
2020 "autoload" : { "psr-4" : { "Recoil\\ React\\ " : " src" } },
2121 "autoload-dev" : {
4848 "config" : {
4949 "sort-packages" : true ,
5050 "platform" : {
51- "php" : " 7.2 "
51+ "php" : " 7.3 "
5252 }
5353 }
5454}
You can’t perform that action at this time.
0 commit comments