From bbd86df099934172d311a46b7430adc41daee6c9 Mon Sep 17 00:00:00 2001 From: DarkGhosthunter Date: Wed, 7 Apr 2021 21:39:55 -0400 Subject: [PATCH] Added incompatibility badge for Laravel Octane and composer. --- .scrutinizer.yml | 19 ------------------- .styleci.yml | 4 ---- README.md | 4 +--- composer.json | 7 +++++++ 4 files changed, 8 insertions(+), 26 deletions(-) delete mode 100644 .scrutinizer.yml delete mode 100644 .styleci.yml diff --git a/.scrutinizer.yml b/.scrutinizer.yml deleted file mode 100644 index df16b68..0000000 --- a/.scrutinizer.yml +++ /dev/null @@ -1,19 +0,0 @@ -filter: - excluded_paths: [tests/*] - -checks: - php: - remove_extra_empty_lines: true - remove_php_closing_tag: true - remove_trailing_whitespace: true - fix_use_statements: - remove_unused: true - preserve_multiple: false - preserve_blanklines: true - order_alphabetically: true - fix_php_opening_tag: true - fix_linefeed: true - fix_line_ending: true - fix_identation_4spaces: true - fix_doc_comments: true - diff --git a/.styleci.yml b/.styleci.yml deleted file mode 100644 index f4d3cbc..0000000 --- a/.styleci.yml +++ /dev/null @@ -1,4 +0,0 @@ -preset: laravel - -disabled: - - single_class_element_per_statement diff --git a/README.md b/README.md index 8d8ee11..7cace20 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ ![Franck V. - Unsplash (UL) #JjGXjESMxOY](https://images.unsplash.com/photo-1535378620166-273708d44e4c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1280&h=400&q=80) -[![Latest Version on Packagist](https://img.shields.io/packagist/v/darkghosthunter/captchavel.svg?style=flat-square)](https://packagist.org/packages/darkghosthunter/captchavel) [![License](https://poser.pugx.org/darkghosthunter/captchavel/license)](https://packagist.org/packages/darkghosthunter/larapoke) -![](https://img.shields.io/packagist/php-v/darkghosthunter/captchavel.svg) - ![](https://github.com/DarkGhostHunter/Captchavel/workflows/PHP%20Composer/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/DarkGhostHunter/Captchavel/badge.svg?branch=master)](https://coveralls.io/github/DarkGhostHunter/Captchavel?branch=master) [![Maintainability](https://api.codeclimate.com/v1/badges/9571f57106069b5f3aac/maintainability)](https://codeclimate.com/github/DarkGhostHunter/Captchavel/maintainability) +[![Latest Version on Packagist](https://img.shields.io/packagist/v/darkghosthunter/captchavel.svg?style=flat-square)](https://packagist.org/packages/darkghosthunter/captchavel) [![License](https://poser.pugx.org/darkghosthunter/captchavel/license)](https://packagist.org/packages/darkghosthunter/larapoke) ![](https://img.shields.io/packagist/php-v/darkghosthunter/captchavel.svg) ![](https://github.com/DarkGhostHunter/Captchavel/workflows/PHP%20Composer/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/DarkGhostHunter/Captchavel/badge.svg?branch=master)](https://coveralls.io/github/DarkGhostHunter/Captchavel?branch=master) [![Maintainability](https://api.codeclimate.com/v1/badges/9571f57106069b5f3aac/maintainability)](https://codeclimate.com/github/DarkGhostHunter/Captchavel/maintainability) [![Laravel Octane Incompatible](https://img.shields.io/badge/Laravel%20Octane-Incompatible-red?style=flat&logo=laravel)](https://github.com/laravel/octane) # Captchavel diff --git a/composer.json b/composer.json index be173bb..108ef63 100644 --- a/composer.json +++ b/composer.json @@ -20,12 +20,19 @@ "php": "^8.0", "ext-json": "*", "illuminate/support": "^8.0", + "illuminate/http": "^8.0", + "illuminate/routing": "^8.0", + "illuminate/container": "^8.0", + "illuminate/events": "^8.0", "guzzlehttp/guzzle": "^7.0" }, "require-dev": { "orchestra/testbench": "^6.14.0", "phpunit/phpunit": "^9.5.2" }, + "conflict": { + "laravel/octane": "*" + }, "autoload": { "psr-4": { "DarkGhostHunter\\Captchavel\\": "src"