Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: idimsh/php-inotify-monitor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: YetOpen/php-inotify-monitor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Sep 26, 2022

  1. Fixed composer.json version of vladahejda/phpunit-assert-exception an…

    …d update README.md
    Marco Piazza committed Sep 26, 2022
    Copy the full SHA
    a6940b4 View commit details
Showing with 3 additions and 1 deletion.
  1. +2 −0 README.md
  2. +1 −1 composer.json
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
_Fork to add versioning and fix composer.json_

[![Build Status](https://travis-ci.org/idimsh/php-inotify-monitor.svg?branch=master)](https://travis-ci.org/idimsh/php-inotify-monitor)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/idimsh/php-inotify-monitor/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/idimsh/php-inotify-monitor/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/idimsh/php-inotify-monitor/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/idimsh/php-inotify-monitor/?branch=master)
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
"require-dev": {
"phpunit/phpunit": ">= 7.0, < 8.0",
"squizlabs/php_codesniffer": "~3.2",
"vladahejda/phpunit-assert-exception": "dev-master"
"vladahejda/phpunit-assert-exception": "*"
},
"autoload": {
"psr-4": {