You've already forked php-flasher
mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-04-05 20:42:56 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b70f47eb3c | |||
| 8a8412af39 | |||
| a69ebd6b6e |
@@ -0,0 +1,13 @@
|
||||
name: Close Pull Request
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
run:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: superbrothers/close-pull-request@v3
|
||||
with:
|
||||
comment: "Thank you for your pull request. However, you have submitted this PR on a read-only sub split of `php-flasher/php-flasher`. Please submit your PR on the https://github.com/php-flasher/php-flasher repository.<br><br>Thanks!"
|
||||
@@ -7,7 +7,7 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
|
||||
use Flasher\Symfony\Bridge\FlasherBundle;
|
||||
use Flasher\Toastr\Symfony\DependencyInjection\FlasherToastrExtension;
|
||||
|
||||
class FlasherToastrSymfonyBundle extends FlasherBundle
|
||||
class FlasherToastrSymfonyBundle extends FlasherBundle // Symfony\Component\HttpKernel\Bundle\Bundle
|
||||
{
|
||||
protected function flasherBuild(ContainerBuilder $container)
|
||||
{
|
||||
|
||||
+2
-2
@@ -29,8 +29,8 @@
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": ">=5.3",
|
||||
"php-flasher/flasher-symfony": "^0.8",
|
||||
"php-flasher/flasher-toastr": "^0.8"
|
||||
"php-flasher/flasher-symfony": "^0.9",
|
||||
"php-flasher/flasher-toastr": "^0.9"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
||||
Reference in New Issue
Block a user