Skip to content

Commit

Permalink
Async
Browse files Browse the repository at this point in the history
  • Loading branch information
teodoroleckie committed Apr 25, 2021
1 parent 683a394 commit bf42c8e
Show file tree
Hide file tree
Showing 8 changed files with 4,052 additions and 4,061 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
[![Build Status](https://scrutinizer-ci.com/g/teodoroleckie/async/badges/build.png?b=main)](https://scrutinizer-ci.com/g/teodoroleckie/async/build-status/main)
[![Total Downloads](https://img.shields.io/packagist/dt/tleckie/async.svg?style=flat-square)](https://packagist.org/packages/tleckie/async)


## Installation

You can install the package via composer:
Expand Down
3 changes: 1 addition & 2 deletions bin/child
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
$autoloader = $argv[1] ?? null;
$serializedClosure = $argv[2] ?? null;

use Tleckie\Async\Encoder;
use Tleckie\Async\Child;
use Tleckie\Async\Encoder;

include_once $autoloader;


$child = new Child(new Encoder);
$child->handle($serializedClosure)
->write()
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
}
},
"provide": {

},
"require": {
"php": "^8",
Expand Down
Loading

0 comments on commit bf42c8e

Please sign in to comment.