Skip to content

Update connector logic and dependencies #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Exclude files that don't need to be present in packages (so they're not downloaded by Composer)
/.gitattributes export-ignore
/.gitignore export-ignore
/Robofile.php export-ignore
/*.md export-ignore
/*.yml export-ignore
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2011 Michael Bodnarchuk and contributors
Copyright (c) 2011-2020 Michael Bodnarchuk and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
30 changes: 17 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,33 @@
{
"name":"codeception/module-laravel",
"description":"Codeception module for Laravel framework",
"keywords":["codeception", "laravel"],
"homepage":"http://codeception.com/",
"type":"library",
"license":"MIT",
"authors":[
"name": "codeception/module-laravel",
"description": "Codeception module for Laravel framework",
"keywords": ["codeception", "laravel"],
"homepage": "https://codeception.com/",
"type": "library",
"license": "MIT",
"authors": [
{
"name":"Jan-Henk Gerritsen"
},
{
"name":"Michael Bodnarchuk"
"name": "Michael Bodnarchuk"
},
{
"name": "Gustavo Nieves",
"homepage": "https://medium.com/@ganieves"
}
],
"minimum-stability": "RC",
"require": {
"php": ">=5.6.0 <9.0",
"codeception/lib-innerbrowser": "^1.0",
"php": "^7.3 | ^8.0",
"codeception/lib-innerbrowser": "^1.3",
"codeception/codeception": "^4.0"
},
"require-dev": {
"codeception/module-asserts": "^1.0",
"codeception/module-rest": "^1.0"
"codeception/module-asserts": "^1.3",
"codeception/module-rest": "^1.2"
},
"autoload":{
"autoload": {
"classmap": ["src/"]
},
"config": {
Expand Down
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy