Skip to content

Commit 2767409

Browse files
committed
update CakePHP version in README
1 parent 2432117 commit 2767409

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
CakePHP 3.x Helpers for Bootstrap
1+
CakePHP 4.x Helpers for Bootstrap
22
=================================
33

44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
55
[![Travis](https://img.shields.io/travis/Holt59/cakephp3-bootstrap-helpers/4.0.3.svg?style=flat-square)](https://travis-ci.com/Holt59/cakephp3-bootstrap-helpers)
66
[![Packagist](https://img.shields.io/packagist/dt/holt59/cakephp3-bootstrap-helpers.svg?style=flat-square)](https://packagist.org/packages/holt59/cakephp3-bootstrap-helpers)
77

8-
CakePHP 3.x Helpers to generate HTML with @Twitter Boostrap style: `Breadcrumbs`, `Flash`, `Form`, `Html`, `Modal`, `Navbar`,
8+
CakePHP 4.x Helpers to generate HTML with @Twitter Boostrap style: `Breadcrumbs`, `Flash`, `Form`, `Html`, `Modal`, `Navbar`,
99
`Card` and `Paginator` helpers available!
1010

1111
How to... ?
@@ -19,16 +19,7 @@ If you want the **Bootstrap 4** version of the plugin:
1919

2020
```bash
2121
# Stable version:
22-
composer require holt59/cakephp3-bootstrap-helpers:4.0.2
23-
24-
# Development version (latest fixes):
25-
composer require holt59/cakephp3-bootstrap-helpers:dev-4.0.1-alpha
26-
```
27-
28-
- Load the plugin in your `config/bootstrap.php`:
29-
30-
```php
31-
Plugin::load('Bootstrap');
22+
composer require holt59/cakephp3-bootstrap-helpers:4.0.3
3223
```
3324

3425
- [Load the helpers](https://book.cakephp.org/3.0/en/views/helpers.html#configuring-helpers) you want in your `View/AppView.php`:
@@ -89,7 +80,7 @@ Copyright and license
8980

9081
The MIT License (MIT)
9182

92-
Copyright (c) 2013-2017, Mikaël Capelle.
83+
Copyright (c) 2013-2020, Mikaël Capelle.
9384

9485
Permission is hereby granted, free of charge, to any person obtaining a copy
9586
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)