Skip to content

Commit

Permalink
Merge pull request #1 from ulobby/dev
Browse files Browse the repository at this point in the history
v2
  • Loading branch information
harris21 authored Nov 28, 2022
2 parents 0d51359 + c467d90 commit d86e406
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/FUNDING.yml

This file was deleted.

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 🚨 This project is not maintained anymore

As I write these lines, it's been nearly two years since the latest release of PuPHPeteer. Despite the enthusiasm around this project, I no longer have the motivation to support its development, mainly because it never really had any use to me. So its time to be honest with you, PuPHPeteer is no longer maintained.

If you create a fork and plan to maintain it, let me know and I will link it here.

# PuPHPeteer

<img src="https://user-images.githubusercontent.com/817508/100672192-dd258500-3361-11eb-845f-e8b5109752e4.png" style="max-width:100%;" width="190px" align="right">
Expand Down
13 changes: 10 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,22 @@
],
"require": {
"php": ">=7.3",
"nesk/rialto": "^1.2.0",
"psr/log": "^1.0",
"nesk/rialto": "dev-dev",
"psr/log": "^1.0|^2.0|^3.0",
"vierbergenlars/php-semver": "^3.0.2"
},
"require-dev": {
"monolog/monolog": "^2.0",
"phpunit/phpunit": "^9.0",
"symfony/process": "^4.0|^5.0"
"symfony/process": "^4.0|^5.0|^6.0",
"symfony/console": "^4.0|^5.0|^6.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/sietzekeuning/rialto"
}
],
"autoload": {
"psr-4": {
"Nesk\\Puphpeteer\\": "src/"
Expand Down

0 comments on commit d86e406

Please sign in to comment.