Skip to content

Commit

Permalink
remove support for laravel 6
Browse files Browse the repository at this point in the history
nonresolvable dependency conflict (?)
  • Loading branch information
wakebit committed Mar 31, 2022
1 parent d253995 commit d6d353f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 37 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/tests-laravel-6.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This package provides an integration [Cycle ORM v1](https://cycle-orm.dev) with

## Requirements
* PHP >= 7.2
* Laravel 6, 7, 8, 9
* Laravel 7, 8, 9

## Installation
1. Install the package via composer:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "MIT",
"require": {
"php": "^7.2|^7.3|^7.4|^8.0|^8.1",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0",
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"illuminate/console": "^7.0|^8.0|^9.0",
"illuminate/contracts": "^7.0|^8.0|^9.0",
"illuminate/support": "^7.0|^8.0|^9.0",
"wakebit/cycle-bridge": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit d6d353f

Please sign in to comment.