consolidation / cgr

Safe replacement for `composer global require`
451 stars 24 forks source link

Update `composer.json` for PHP 8.0 #41

Closed hswong3i closed 1 year ago

hswong3i commented 3 years ago

Also update other else require-dev dependencies.

Fixes #40

Signed-off-by: Wong Hoi Sing Edison hswong3i@pantarei-design.com

dpi commented 3 years ago

The Travis CI configuration could use an update.

PHP 8.1 is out in a matter of days so might be worth adding that to the grid also.

greg-1-anderson commented 3 years ago

Ah, right, the tests. I've been moving everything over to GitHub actions. There are plenty of example CI config files in other consolidation projects.

greg-1-anderson commented 1 year ago

Tests would still be swell, but since we have several reports from the community that CGR works fine with PHP 8.0 and 8.1, I'm going to go ahead and merge this.